From: eap Date: Wed, 25 Feb 2009 15:22:05 +0000 (+0000) Subject: 0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH X-Git-Tag: V5_1_1a2~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=672ca0c09fa79ed4a98af3165026c2fc6788c32c;p=modules%2Fsmesh.git 0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH be patient to studies with invalid node positions data --- diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index cfe99e65d..e66cea84a 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -3731,7 +3731,7 @@ bool SMESH_Gen_i::Load( SALOMEDS::SComponent_ptr theComponent, // -- Most probably a bad study was saved when there were // not fixed bugs in SMDS_MeshInfo if ( elemSet.size() < nbElems ) { - cout << "Warning: Node position data is invalid" << endl; + cout << "SMESH_Gen_i::Load(), warning: Node position data is invalid" << endl; nbElems = elemSet.size(); } // add elements to submeshes