]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/FastMarching.hxx
...
[FrontAlgorithms.git] / lib / fpa / Base / FastMarching.hxx
index 61ec96845639669a190eec9106c07bc316ac31fc..0fe1cb269781e41ee0cfcfc0688d42ed97cc3089 100644 (file)
@@ -71,7 +71,8 @@ _UpdateValue( _TQueueNode& v, const _TQueueNode& p )
   }
   else
   {
-    std::cout << "-----> " << v.Vertex << " " << d << std::endl;
+    std::cout << std::endl << "-- FM --> " << v.Vertex << " " << d << std::endl;
+    std::exit( 1 );
   }
   return( true );
 }