Salome HOME
Restore -lTKShHealing
[modules/smesh.git] / src / StdMeshers / StdMeshers_Regular_1D.cxx
index 78519c8617299661b7242bb2da885c1c6c3537db..7a9bae33161973fdc482ab299ded8c79ada0aa60 100644 (file)
@@ -287,7 +287,8 @@ static bool computeParamByFunc(Adaptor3d_Curve& C3d, double first, double last,
                                int nbSeg, Function& func,
                                list<double>& theParams)
 {
-  OSD::SetSignal( true );
+  // never do this way
+  //OSD::SetSignal( true );
 
   if( nbSeg<=0 )
     return false;