mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
Fix the ensuring stability of SMESH_MeshEditor::makeWalls().
This commit is contained in:
parent
250c4f2244
commit
65c45fcb35
@ -656,7 +656,7 @@ public:
|
|||||||
typedef std::map<const SMDS_MeshNode*, std::list<const SMDS_MeshNode*> > TNodeOfNodeListMap;
|
typedef std::map<const SMDS_MeshNode*, std::list<const SMDS_MeshNode*> > TNodeOfNodeListMap;
|
||||||
typedef TNodeOfNodeListMap::iterator TNodeOfNodeListMapItr;
|
typedef TNodeOfNodeListMap::iterator TNodeOfNodeListMapItr;
|
||||||
typedef std::vector<TNodeOfNodeListMapItr> TVecOfNnlmiMap;
|
typedef std::vector<TNodeOfNodeListMapItr> TVecOfNnlmiMap;
|
||||||
typedef std::map<const SMDS_MeshElement*, TVecOfNnlmiMap > TElemOfVecOfNnlmiMap;
|
typedef std::map<const SMDS_MeshElement*, TVecOfNnlmiMap, TIDCompare > TElemOfVecOfNnlmiMap;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Create elements by sweeping an element
|
* \brief Create elements by sweeping an element
|
||||||
|
Loading…
Reference in New Issue
Block a user