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
0a89057f
Commit
0a89057f
authored
13 years ago
by
Cyrille Valladeau
Browse files
Options
Downloads
Patches
Plain Diff
BUG: fix bug 453. In DEMConvert prefix mustn't be declared as Output_Role
parent
29cb632b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/Utils/otbDEMConvert.cxx
+1
-2
1 addition, 2 deletions
Applications/Utils/otbDEMConvert.cxx
with
1 addition
and
2 deletions
Applications/Utils/otbDEMConvert.cxx
+
1
−
2
View file @
0a89057f
...
...
@@ -64,8 +64,7 @@ private:
oss
<<
"will be used to get the prefix (name withtout extensions) of the files to write. "
;
oss
<<
"Three files - prefix.geom, prefix.omd and prefix.ras - will be generated."
;
SetParameterDescription
(
"out"
,
oss
.
str
());
SetParameterRole
(
"out"
,
Role_Output
);
MandatoryOn
(
"out"
);
//MandatoryOn("out");
// Doc example parameter settings
SetDocExampleParameterValue
(
"in"
,
"QB_Toulouse_Ortho_Elev.tif"
);
...
...
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