Salome HOME
Porting to OCCT 7.8.0
authorjfa <jfa@opencascade.com>
Mon, 15 Jan 2024 13:53:48 +0000 (13:53 +0000)
committerjfa <jfa@opencascade.com>
Mon, 15 Jan 2024 13:53:48 +0000 (13:53 +0000)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 94e8065769ef2d2afaf6da97c51990370d6a739c..b215badf174f8bf97abfcb5d8fc3eea609270520 100644 (file)
@@ -1792,7 +1792,7 @@ namespace
     {
       BRepBuilderAPI_MakeWire newWire;
 
-      typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLink > TSeg2EdgeMap;
+      typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLinkHasher > TSeg2EdgeMap;
       TSeg2EdgeMap seg2EdgeMap;
 
       TopoDS_Iterator edgeIt( wire );