X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.hxx;fp=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.hxx;h=0969b0cd59e082ccdf8d33c30778e75d0c171697;hb=22051707794a9153acbfc489ec9a933471f13406;hp=51e474b958b9f41e8caf9c4e3a91dc5990a27a67;hpb=2479b55370fe1bec58d94faa3cc268bac419f6d6;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx b/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx index 51e474b..0969b0c 100644 --- a/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx +++ b/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx @@ -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 );