Commit bf2a5fc4 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Set outmatrix parameter as disabled by default

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -168,6 +168,8 @@ private: ...@@ -168,6 +168,8 @@ private:
AddParameter(ParameterType_OutputFilename, "outmatrix", "Transformation matrix output (text format)"); AddParameter(ParameterType_OutputFilename, "outmatrix", "Transformation matrix output (text format)");
SetParameterDescription("outmatrix", "Filename to store the transformation matrix (csv format)"); SetParameterDescription("outmatrix", "Filename to store the transformation matrix (csv format)");
MandatoryOff("outmatrix"); MandatoryOff("outmatrix");
DisableParameter("outmatrix");
AddRAMParameter(); AddRAMParameter();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment