Salome HOME
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.cxx
index 5b74f1ded20bf67d23e99681a8ab8e66731bcfa8..6930c92692bd8fe89ff806d401f9c02210937f6e 100644 (file)
@@ -337,8 +337,8 @@ gp_XY SMESH_MesherHelper::GetNodeUV(const TopoDS_Face&   F,
           ok = ( V == vert.Current() );
         if ( !ok ) {
 #ifdef _DEBUG_
-          cout << "SMESH_MesherHelper::GetNodeUV(); Vertex " << vertexID
-               << " not in face " << GetMeshDS()->ShapeToIndex( F ) << endl;
+          MESSAGE ( "SMESH_MesherHelper::GetNodeUV(); Vertex " << vertexID
+               << " not in face " << GetMeshDS()->ShapeToIndex( F ) );
 #endif
           // get UV of a vertex closest to the node
           double dist = 1e100;