From: inv Date: Tue, 29 Jan 2013 06:43:17 +0000 (+0000) Subject: Fix compilation problem X-Git-Tag: V6_main_FINAL~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=47a9747ce0cb0a21b31f3bbfbe2cc0bf1088271e;p=plugins%2Fnetgenplugin.git Fix compilation problem --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index c24a535..10243fe 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -323,7 +323,7 @@ namespace TopoDS_Vertex v1; list< TopoDS_Edge > edges; list< int > nbEdgesInWire; - int nbWires = SMESH_Block::GetOrderedEdges( face, v1, edges, nbEdgesInWire); + int nbWires = SMESH_Block::GetOrderedEdges( face, edges, nbEdgesInWire, v1 ); // find within list< TopoDS_Edge >::iterator eItFwd = edges.begin();