X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FRegionGrow_Tautology.cxx;h=db60d0a726f9031ff61149d092fcc57d41fa4f9c;hb=89393f2267e42e921571c0184320d6c6382f34ab;hp=d19969b735bb7a034066f9ff9e8fd5895ed43ceb;hpb=721b19efb3da24f38076b689517b6ed1ddbd03d2;p=FrontAlgorithms.git diff --git a/tests/image/RegionGrow_Tautology.cxx b/tests/image/RegionGrow_Tautology.cxx index d19969b..db60d0a 100644 --- a/tests/image/RegionGrow_Tautology.cxx +++ b/tests/image/RegionGrow_Tautology.cxx @@ -44,7 +44,7 @@ int main( int argc, char* argv[] ) filter->SetOutsideValue( 0 ); // Get all seeds - for( int i = 6; i < argc; i += 2 ) + for( int i = 5; i < argc; i += 2 ) { if( i + 1 < argc ) {