Salome HOME
Porting to OCCT 7.8.0
[modules/smesh.git] / src / Controls / SMESH_Controls.cxx
index 57855777584e688899d0d94b68d9c5e5086ef901..55d5c19a809ff3f173828d7fefea0bf0c1d74667 100644 (file)
@@ -3445,7 +3445,7 @@ void CoplanarFaces::SetMesh( const SMDS_Mesh* theMesh )
       return;
 
     const double cosTol = Cos( myToler * M_PI / 180. );
-    NCollection_Map< SMESH_TLink, SMESH_TLink > checkedLinks;
+    NCollection_Map< SMESH_TLink, SMESH_TLinkHasher > checkedLinks;
 
     std::list< std::pair< const SMDS_MeshElement*, gp_Vec > > faceQueue;
     faceQueue.push_back( std::make_pair( face, myNorm ));