]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
Abu : Corrections du 1er aout
authorfps <fps@opencascade.com>
Wed, 1 Aug 2012 09:00:05 +0000 (09:00 +0000)
committerfps <fps@opencascade.com>
Wed, 1 Aug 2012 09:00:05 +0000 (09:00 +0000)
src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx

index b2a4f9f7648bc32b58e59a50bd7b581877556307..b0a2c6afd982e4b46104cb48744e0f7fb0aefaab 100755 (executable)
@@ -1419,11 +1419,11 @@ gp_Pnt SMESH_HexaBlocks::_getPtOnMyCurve(
     MESSAGE("looking for curve: curve.size _lenght= "<<myCurve.size());
   }
   while ( not ( (myCurve_u >= curve_start) and  (myCurve_u <= curve_end) ) ) {
-    if (myCurve.size() == 0 )
-       {
-       PutData (myCurve.size());
-       PutData (myCurve_u);
-       }
+    // if (myCurve.size() == 0 )
+       // {
+       // PutData (myCurve.size());
+       // PutData (myCurve_u);
+       // }
 
     ASSERT( myCurve.size() != 0 );
     myCurve.pop_front();