Skip to content
Snippets Groups Projects
Commit bbcf1c68 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

STYLE

parent 76af8d1e
No related branches found
No related tags found
No related merge requests found
......@@ -656,8 +656,9 @@ std::string Application::GetParameterAsString(std::string paramKey)
std::string ret;
ParameterType type = this->GetParameterType( paramKey );
if( type == ParameterType_String || type == ParameterType_Filename || type == ParameterType_Directory ||
type == ParameterType_InputImage || type == ParameterType_InputComplexImage || type == ParameterType_InputVectorData
if( type == ParameterType_String || type == ParameterType_Filename
|| type == ParameterType_Directory || type == ParameterType_InputImage
|| type == ParameterType_InputComplexImage || type == ParameterType_InputVectorData
|| type == ParameterType_OutputImage || type == ParameterType_OutputVectorData )
{
ret = this->GetParameterString( paramKey );
......
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