Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
9a38d17b
Commit
9a38d17b
authored
17 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
correction runtime erreur windows
parent
377d0f92
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/IO/otbDEMHandler.cxx
+1
-3
1 addition, 3 deletions
Code/IO/otbDEMHandler.cxx
Code/IO/otbImageGeometryHandler.cxx
+2
-1
2 additions, 1 deletion
Code/IO/otbImageGeometryHandler.cxx
with
3 additions
and
4 deletions
Code/IO/otbDEMHandler.cxx
+
1
−
3
View file @
9a38d17b
...
...
@@ -26,7 +26,6 @@ namespace otb
::
DEMHandler
()
{
m_ElevManager
=
ossimElevManager
::
instance
();
m_Mutex
.
Unlock
();
}
...
...
@@ -46,11 +45,10 @@ namespace otb
m_Mutex
.
Lock
();
ossimFilename
ossimDEMDir
;
ossimDEMDir
=
ossimFilename
(
DEMDirectory
);
if
(
!
m_ElevManager
->
openDirectory
(
ossimDEMDir
))
{
m_Mutex
.
Unlock
();
itkExceptionMacro
(
"
Not possib
le to open DEM Directory
"
);
itkExceptionMacro
(
"
Fai
le
d
to open DEM Directory
: "
<<
ossimDEMDir
);
}
m_Mutex
.
Unlock
();
}
...
...
This diff is collapsed.
Click to expand it.
Code/IO/otbImageGeometryHandler.cxx
+
2
−
1
View file @
9a38d17b
...
...
@@ -52,7 +52,8 @@ ImageGeometryHandler::ImageGeometryHandler()
/***************************/
ImageGeometryHandler
::~
ImageGeometryHandler
()
{
delete
handler
;
//Not needed since we use the instance method
//delete handler;
}
/***************************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment