eap 9969477f2e 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 );
2007-11-23 13:36:34 +00:00
..
2007-04-19 09:39:10 +00:00
2007-11-19 12:22:20 +00:00
2007-11-07 14:19:00 +00:00
2007-11-23 13:36:34 +00:00
2007-11-21 12:32:51 +00:00