Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
3cecba79
Commit
3cecba79
authored
Feb 11, 2016
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WRG: catch correct exception variable
parent
ada7ca7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Modules/Visualization/IceViewer/src/otbIce.cxx
Modules/Visualization/IceViewer/src/otbIce.cxx
+2
-2
No files found.
Modules/Visualization/IceViewer/src/otbIce.cxx
View file @
3cecba79
...
...
@@ -79,8 +79,8 @@ int main(int argc, char * argv[])
}
catch
(
itk
::
ExceptionObject
&
err2
)
{
std
::
cerr
<<
"Failed to open object as vector: "
<<
err
<<
std
::
endl
;
std
::
cerr
<<
"Could not open file "
<<
argv
[
i
]
<<
" as an image or a vector, skipping."
<<
std
::
endl
;
std
::
cerr
<<
"Failed to open object as vector: "
<<
err
2
<<
std
::
endl
;
std
::
cerr
<<
"Could not open file "
<<
argv
[
i
]
<<
" as an image or a vector, skipping."
<<
std
::
endl
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment