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-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00
2007-11-19 12:22:20 +00:00
2007-04-13 14:53:27 +00:00
2007-11-07 14:19:00 +00:00
2007-06-20 14:23:54 +00:00
2006-06-01 11:39:17 +00:00
2006-06-01 11:39:17 +00:00
2007-11-07 10:10:30 +00:00
2007-11-12 09:55:28 +00:00
2007-11-16 13:02:19 +00:00
2007-11-23 13:36:34 +00:00
2007-11-15 14:36:00 +00:00
2007-08-21 08:30:33 +00:00
2007-11-21 12:32:51 +00:00
2007-11-16 13:02:19 +00:00
2007-11-07 09:48:31 +00:00
2007-11-21 11:20:17 +00:00
2007-11-16 08:22:34 +00:00
2007-11-15 14:37:51 +00:00
2007-11-07 10:13:19 +00:00
2007-08-21 08:30:33 +00:00