Skip to content
Snippets Groups Projects
Commit 1c5a943b authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

BUG: input param match.

parent 1748991a
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ private:
// Build a MeasurementVector of variance
MeasurementType variance;
FloatVectorImageListType* imageList = GetParameterImageList("in");
FloatVectorImageListType* imageList = GetParameterImageList("il");
//Iterate over all input images
for (unsigned int imageId = 0; imageId < imageList->Size(); ++imageId)
......
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