Salome HOME
SALOME Forum bug: http://www.salome-platform.org/forum/forum_10/967838025
authoreap <eap@opencascade.com>
Fri, 23 Aug 2013 13:36:28 +0000 (13:36 +0000)
committereap <eap@opencascade.com>
Fri, 23 Aug 2013 13:36:28 +0000 (13:36 +0000)
commitb76d2e608e627f000e9b0961ea442c936b2c9cba
tree1e1018719761c195c6b82232d8db7443f49acaef
parent38cff1d7278b0b3ac0968f47adecf968e9235741
SALOME Forum bug: salome-platform.org/forum/forum_10/967838025

Re-fix "Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6"
previously fixed by revision 1.23.2.9.
Use TElemOfElemListMap with new comparator TIDTypeCompare instead of
TElemOfElemListMap declared in SMESH_TypeDefs.hxx which uses
TIDCompare (whose behavior has been just restored)

-  TElemOfElemListMap aHystory;
+  ::SMESH_MeshEditor::TTElemOfElemListMap aHystory;
src/SMESH_I/SMESH_MeshEditor_i.cxx