Salome HOME
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
authoreap <eap@opencascade.com>
Wed, 24 Apr 2013 12:56:57 +0000 (12:56 +0000)
committereap <eap@opencascade.com>
Wed, 24 Apr 2013 12:56:57 +0000 (12:56 +0000)
 typedef std::map<const SMDS_MeshElement*,
-                 std::list<const SMDS_MeshElement*> >             TElemOfElemListMap;
+                 std::list<const SMDS_MeshElement*>, TIDCompare > TElemOfElemListMap;

src/SMESHUtils/SMESH_TypeDefs.hxx

index 2acdb0b019c4e465711cda5eede805fc59517da5..2555cc371e6581ba8f0c9b870639b71fda071ef8 100644 (file)
@@ -39,7 +39,9 @@
 #include <cassert>
 
 typedef std::map<const SMDS_MeshElement*,
-                 std::list<const SMDS_MeshElement*> >        TElemOfElemListMap;
+                 std::list<const SMDS_MeshElement*>, TIDCompare > TElemOfElemListMap;
+typedef std::map<const SMDS_MeshElement*,
+                 std::list<const SMDS_MeshNode*>,    TIDCompare > TElemOfNodeListMap;
 typedef std::map<const SMDS_MeshNode*, const SMDS_MeshNode*> TNodeNodeMap;
 
 //!< Set of elements sorted by ID, to be used to assure predictability of edition