diff --git a/src/StdMeshers/StdMeshers_ViscousLayers.cxx b/src/StdMeshers/StdMeshers_ViscousLayers.cxx index f2c3685f6..4952afab6 100644 --- a/src/StdMeshers/StdMeshers_ViscousLayers.cxx +++ b/src/StdMeshers/StdMeshers_ViscousLayers.cxx @@ -772,7 +772,7 @@ namespace //const double maxAngle = 5 * Standard_PI180; if ( !isConvex ) { - cout << "Concave FACE " << helper.GetMeshDS()->ShapeToIndex( F ) << endl; + //cout << "Concave FACE " << helper.GetMeshDS()->ShapeToIndex( F ) << endl; return true; // map< double, const SMDS_MeshNode* > u2nodes; // if ( !SMESH_Algo::GetSortedNodesOnEdge( helper.GetMeshDS(), E, @@ -811,10 +811,12 @@ namespace << "meshSO = GetCurrentStudy().FindObjectID('0:1:2:3')" << endl << "mesh = Mesh( meshSO.GetObject() )"<