Salome HOME
Fix a pb with recursively redundant links
[modules/yacs.git] / src / engine / SetOfPoints.cxx
index e869b88ca2ad2695635005ffceaad6cd76f7527b..39d787168b8b6f4ce8914b3701415e0f57565a3c 100644 (file)
@@ -61,7 +61,7 @@ void SetOfPoints::simplify()
         continue;
       _bp->deal2Ter(somethingDone);
       if(!somethingDone)
-        throw Exception("SetOfPoints::simplify : not implemented yet !");
+        throw Exception("SetOfPoints::simplify : not implemented yet !\nPlease check if there are any recursively redundant links (can be removed by removeRecursivelyRedundantCL method).");
     }
 }