From: eap Date: Wed, 28 Feb 2007 15:07:08 +0000 (+0000) Subject: PAL13460 (PAL EDF 301 force the mesh to go through a point) X-Git-Tag: V3_2_6a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16b947dff770a1f0c82204c0f14ab0add8ecce9f;p=modules%2Fsmesh.git PAL13460 (PAL EDF 301 force the mesh to go through a point) rm useless MESSAGE --- diff --git a/src/StdMeshers/StdMeshers_Regular_1D.cxx b/src/StdMeshers/StdMeshers_Regular_1D.cxx index f24f6684d..7bb54f6b0 100644 --- a/src/StdMeshers/StdMeshers_Regular_1D.cxx +++ b/src/StdMeshers/StdMeshers_Regular_1D.cxx @@ -718,7 +718,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(Adaptor3d_Curve& theC3d, bool StdMeshers_Regular_1D::Compute(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape) { - MESSAGE("StdMeshers_Regular_1D::Compute"); + //MESSAGE("StdMeshers_Regular_1D::Compute"); if ( _hypType == NONE ) return false;