]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/RegionGrow.hxx
...
[FrontAlgorithms.git] / lib / fpa / Base / RegionGrow.hxx
index 1760ac1eb9b89d2f5b3937eb1e550b158fb0d434..8542f3028f3c857d2bce88e225d9331f8210ceca 100644 (file)
@@ -26,7 +26,7 @@ _CheckMembership( const TVertex& v ) const
   if( this->m_GrowingFunction.IsNotNull( ) )
     return( this->m_GrowingFunction->Evaluate( v ) );
   else
-    return( false );
+    return( true );
 }
 
 // -------------------------------------------------------------------------