]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx
Some tests... Package is unstable right nowgit status!
[FrontAlgorithms.git] / lib / fpa / Image / RegionGrowWithMultipleThresholds.hxx
index 51e474b958b9f41e8caf9c4e3a91dc5990a27a67..0969b0cd59e082ccdf8d33c30778e75d0c171697 100644 (file)
@@ -20,9 +20,10 @@ AddThreshold( const TPixel& v )
   else
     function->SetLowerThreshold( std::numeric_limits< TPixel >::min( ) );
   std::cout
-    << typeid( TPixel ).name( ) << " "
+    << typeid( TPixel ).name( ) << " <<<----->>> "
     << function->GetLowerThreshold( )
     << std::endl;
+  std::exit( 1 );
   function->SetUpperThreshold( v );
   this->AddMembershipFunction( function );