From: ouv Date: Tue, 10 Nov 2009 12:35:15 +0000 (+0000) Subject: Minor change (message "too many same nodes" in sweepElement() method is displayed... X-Git-Tag: V5_1_3rc2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44e1b7890465789a1672840b79d4941a2b113ac9;p=modules%2Fsmesh.git Minor change (message "too many same nodes" in sweepElement() method is displayed only in debug mode since this moment). --- diff --git a/src/SMESH/SMESH_MeshEditor.cxx b/src/SMESH/SMESH_MeshEditor.cxx index 505c431d4..8051ecfeb 100644 --- a/src/SMESH/SMESH_MeshEditor.cxx +++ b/src/SMESH/SMESH_MeshEditor.cxx @@ -2823,8 +2823,8 @@ void SMESH_MeshEditor::sweepElement(const SMDS_MeshElement* elem, //cout<<" nbSame = "< 2) { - //MESSAGE( " Too many same nodes of element " << elem->GetID() ); - INFOS( " Too many same nodes of element " << elem->GetID() ); + MESSAGE( " Too many same nodes of element " << elem->GetID() ); + //INFOS( " Too many same nodes of element " << elem->GetID() ); return; }