X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MeshEditor.hxx;h=870660a8aa4adbef75f0deafbe441e65d9344e3d;hp=7368e3c0128a697742e3224f36cbfe72679626f7;hb=8a85c65b1e959f49db79105f937c5c16cf5cdbf1;hpb=211c8198b38008ef702baea8cd4cfca806d0e389 diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 7368e3c01..870660a8a 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -193,12 +193,13 @@ public: // If the2D, smoothing is performed using UV parameters of nodes // on geometrical faces + typedef TIDTypeCompare TElemSort; typedef std::map < const SMDS_MeshElement*, - std::list, TIDTypeCompare > TTElemOfElemListMap; + std::list, TElemSort > TTElemOfElemListMap; typedef std::map > TNodeOfNodeListMap; typedef TNodeOfNodeListMap::iterator TNodeOfNodeListMapItr; typedef std::vector TVecOfNnlmiMap; - typedef std::map TElemOfVecOfNnlmiMap; + typedef std::map TElemOfVecOfNnlmiMap; typedef std::auto_ptr< std::list > PGroupIDs; PGroupIDs RotationSweep (TIDSortedElemSet & theElements,