smesh/src
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
..
Controls Fix compilation errors 2007-04-19 09:39:10 +00:00
Driver Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
DriverDAT Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
DriverMED Minor change 2007-11-19 12:22:20 +00:00
DriverSTL Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
DriverUNV CORBA includes 2007-11-07 14:19:00 +00:00
MEFISTO2 Update environment of windows version: 2007-06-20 14:23:54 +00:00
NETGEN Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
NETGENPlugin Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
OBJECT PAL16774 (Crash after display of many groups) 2007-11-07 10:10:30 +00:00
SMDS PAL16842 (Genertion of groups when a mesh is transformed) 2007-11-12 09:55:28 +00:00
SMESH Color Number (Color Group) parameter is returned for compatibility 2007-11-16 13:02:19 +00:00
SMESH_I SMESH_Gen_i::Save(...) { ... 2007-11-23 13:36:34 +00:00
SMESH_SWIG PAL17694 (New Tool About Hexahedral Meshing) 2007-11-15 14:36:00 +00:00
SMESH_SWIG_WITHIHM Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
SMESHClient Providing compatibility 2007-11-21 12:32:51 +00:00
SMESHDS Color Number (Color Group) parameter is returned for compatibility 2007-11-16 13:02:19 +00:00
SMESHFiltersSelection PAL16202,16203 (Propagation 1D on edges group) 2007-11-07 09:48:31 +00:00
SMESHGUI Fix bug 17722: menu for 'Geometry' button of 'Create Sub-mesh' dlg was lost. 2007-11-21 11:20:17 +00:00
StdMeshers PAL17694 (New Tool About Hexahedral Meshing) 2007-11-16 08:22:34 +00:00
StdMeshers_I PAL17694 (New Tool About Hexahedral Meshing) 2007-11-15 14:37:51 +00:00
StdMeshersGUI PAL16202,16203 (Propagation 1D on edges group) 2007-11-07 10:13:19 +00:00
Makefile.am Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00