]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/RegionGrow_Tautology.cxx
...
[FrontAlgorithms.git] / tests / image / RegionGrow_Tautology.cxx
index d19969b735bb7a034066f9ff9e8fd5895ed43ceb..db60d0a726f9031ff61149d092fcc57d41fa4f9c 100644 (file)
@@ -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 )
     {