Skip to content
Snippets Groups Projects
Commit 68a028db authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: fix TestApplication

parent afb799f8
No related branches found
No related tags found
No related merge requests found
......@@ -125,8 +125,7 @@ private:
imgList->GetNthElement( 0 )
);
}
else if (HasValue("ingroup.images.inputimage") &&
IsParameterEnabled("ingroup.images.inputimage",true) )
else if (HasValue("ingroup.images.inputimage") && IsParameterEnabled("ingroup") )
{
SetParameterOutputImage("outgroup.outputimage",
GetParameterImage("ingroup.images.inputimage"));
......
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