Salome HOME
2355: EDF SMESH: New 1D hypothesis "Adaptive"
[modules/smesh.git] / src / StdMeshers / StdMeshers_Regular_1D.cxx
index cf4120437517a5885616c93e3d1a473df4ea0072..5377a6fa5d79d09cc40bc3800602f51524e3e2de 100644 (file)
@@ -960,7 +960,7 @@ bool StdMeshers_Regular_1D::Compute(SMESH_Mesh & theMesh, const TopoDS_Shape & t
   if ( _hypType == ADAPTIVE )
   {
     _adaptiveHyp->GetAlgo()->InitComputeError();
-    _adaptiveHyp->GetAlgo()->Compute( theMesh, theShape, &_progress, &_progressTic );
+    _adaptiveHyp->GetAlgo()->Compute( theMesh, theShape );
     return error( _adaptiveHyp->GetAlgo()->GetComputeError() );
   }