Skip to content
Snippets Groups Projects
Commit 4c25ff37 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

MAJ du TestMain.h / à la dernière version ITK

parent e9dd40f0
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ int main(int ac, char* av[] )
av += 1;
ac -= 1;
}
else if (strcmp(av[1], "--compare-image") == 0)
if (strcmp(av[1], "--compare-image") == 0)
{
lToleranceDiffPixelImage = (double)(::atof(av[2]));
baselineFilenameImage = av[3];
......
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