SALOME Mesh module
Go to file
eap 250c4f2244 Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
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(); }
2013-04-26 11:46:58 +00:00
adm_local Merge from BR_plugins_pbyacs 03/04/2013 2013-04-04 07:08:19 +00:00
bin Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
doc Correction after the proof reading 2013-04-18 07:58:41 +00:00
idl Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
resources Merge from V6_main 12/04/2013 2013-04-12 14:40:29 +00:00
src Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6 2013-04-26 11:46:58 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
build_cmake Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_cmake.bat Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_configure Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
configure.ac Increment version to 7.2.0 2013-04-12 15:28:58 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
SMESH_version.h.in Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00