Salome HOME
PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
authoreap <eap@opencascade.com>
Tue, 18 Dec 2007 11:55:39 +0000 (11:55 +0000)
committereap <eap@opencascade.com>
Tue, 18 Dec 2007 11:55:39 +0000 (11:55 +0000)
commit7686e1d1233b8412a9719af2745cb2a0703ebed6
treec1eebed25a692f84fd36748adcb2700635890124
parentf28f56add73b4036e42243235f03fac4a59f956a
PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
 #ifdef _DEBUG_
             if ( !srcEdges.back() )
-              throw SALOME_Exception(LOCALIZED("Source edge not found"));
+            {
+              cout << "SMESH_MeshEditor::makeWalls(), no source edge found for a free face #"
+                   << iF << " of volume #" << vTool.ID() << endl;
+            }
 #endif
src/SMESH/SMESH_MeshEditor.cxx