Salome HOME
SMESH_Gen_i::Save(...) { ...
authoreap <eap@opencascade.com>
Fri, 23 Nov 2007 13:36:34 +0000 (13:36 +0000)
committereap <eap@opencascade.com>
Fri, 23 Nov 2007 13:36:34 +0000 (13:36 +0000)
commit9969477f2eb30b5f56ea1ed5ba8be2896b1a5fb2
treeccb5da28695805dff709a7c4f2ca798c8acc6c9a
parent9e1c526b0be009bc1eb72d6e0731fb234c6abefc
   SMESH_Gen_i::Save(...) { ...
+              // PAL17753 (Regresion: missing hypothesis in restored study)
+              // "lib" also should be removed from the beginning
+              //if( libname_len > 3 )
+                //libname.resize( libname_len - 3 );
+              if( libname_len > 6 )
+                libname = libname.substr( 3, libname_len - 3 - 3 );
src/SMESH_I/SMESH_Gen_i.cxx