Salome HOME
Fix regression of mesh_Projection_2D_00/A1 test.
authoreap <eap@opencascade.com>
Thu, 15 Jan 2015 14:52:25 +0000 (17:52 +0300)
committereap <eap@opencascade.com>
Thu, 15 Jan 2015 14:52:25 +0000 (17:52 +0300)
commite2e93f9c3107d4feff48df594e68bb8c209b549d
tree116d965db4114d048ba5652a8d8480beae468f0d
parent133cb381393ea728f6c6ff3a732738ecd1ad72d8
Fix regression of mesh_Projection_2D_00/A1 test.

The regression is caused by the fix of 22830:
- pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, mySetElemOnShape );
+ pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, useCurSubShape );
src/SMESH/SMESH_MesherHelper.cxx
src/SMESH/SMESH_MesherHelper.hxx