]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Skeleton.hxx
...
[FrontAlgorithms.git] / lib / fpa / Image / Skeleton.hxx
index 99424e9072355788be8e1420b8c41bb04dbbec88..57a418441cd9505fb0cf45bf1752eb80cda27040 100644 (file)
@@ -27,7 +27,7 @@ AddBranch( TPath* path )
   this->SetVertex( b, b );
   this->AddEdge( a, b, path );
   this->AddEdge( b, a, path );
-  // TODO: this->Modified( );
+  this->Modified( );
 }
 
 // -------------------------------------------------------------------------