X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FStdMeshers%2FStdMeshers_Regular_1D.cxx;h=5377a6fa5d79d09cc40bc3800602f51524e3e2de;hb=f7f460b8b064eee9f164e4d17f7e5c2b30188985;hp=cf4120437517a5885616c93e3d1a473df4ea0072;hpb=66f244f657ea76549e12593259e8d9763667fcfd;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_Regular_1D.cxx b/src/StdMeshers/StdMeshers_Regular_1D.cxx index cf4120437..5377a6fa5 100644 --- a/src/StdMeshers/StdMeshers_Regular_1D.cxx +++ b/src/StdMeshers/StdMeshers_Regular_1D.cxx @@ -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() ); }