mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
typedef std::map<const SMDS_MeshElement*, - std::list<const SMDS_MeshElement*> > TElemOfElemListMap; + std::list<const SMDS_MeshElement*>, TIDCompare > TElemOfElemListMap;
This commit is contained in:
parent
c965dca966
commit
180deae521
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user