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-13 14:53:27 +00:00
2007-11-07 11:50:52 +00:00
2007-11-23 13:36:34 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2007-11-16 13:04:19 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2007-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%