Skip to content
Snippets Groups Projects
Commit 0a89057f authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

BUG: fix bug 453. In DEMConvert prefix mustn't be declared as Output_Role

parent 29cb632b
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment