Commit 01217e54 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing parameter type String

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -425,6 +425,7 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters() ...@@ -425,6 +425,7 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters()
type == ParameterType_Int || type == ParameterType_Int ||
type == ParameterType_Radius || type == ParameterType_Radius ||
type == ParameterType_Directory || type == ParameterType_Directory ||
type == ParameterType_String ||
type == ParameterType_InputFilename || type == ParameterType_InputFilename ||
type == ParameterType_OutputFilename || type == ParameterType_OutputFilename ||
type == ParameterType_ComplexInputImage || type == ParameterType_ComplexInputImage ||
......
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