mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
SALOME Mesh module
250c4f2244
Fix the ensuring stability of SMESH_MeshEditor::makeWalls(). Allow storing both nodes and cells in one map sorted by ID. struct TIDCompare { bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const - { return e1->GetID() < e2->GetID(); } + { return e1->GetType() == e2->GetType() ? e1->GetID() < e2->GetID() : e1->GetType() < e2->GetType(); } |
||
---|---|---|
adm_local | ||
bin | ||
doc | ||
idl | ||
resources | ||
src | ||
AUTHORS | ||
build_cmake | ||
build_cmake.bat | ||
build_configure | ||
ChangeLog | ||
clean_configure | ||
configure.ac | ||
COPYING | ||
cvs-tags | ||
INSTALL | ||
LICENCE | ||
Makefile.am | ||
NEWS | ||
README | ||
SMESH_version.h.in |