eap 785e19b0ca 0021375: EDF 1671 SMESH: Dump study of current state
avoid crash at deletion of SMESH_subMesh::myOwnListeners at mesh removal

-  std::list< std::pair< SMESH_subMesh*, EventListener* > > myOwnListeners;
+  struct OwnListenerData {
+    ...
+  };
+  std::list< OwnListenerData > myOwnListeners;
2012-02-09 13:11:58 +00:00
2011-12-05 11:03:04 +00:00
2012-01-31 12:41:32 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2004-06-18 08:34:31 +00:00
2011-06-06 08:15:39 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +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%