From eb1ffbdba2d62898fd5cab918fd50c2cfe2709bf Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 19 May 2009 15:16:37 +0000 Subject: [PATCH] static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V, - SMESHDS_Mesh* meshDS); + const SMESHDS_Mesh* meshDS); --- src/SMESH/SMESH_Algo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_Algo.hxx b/src/SMESH/SMESH_Algo.hxx index 4b681dc0a..1ed9cde25 100644 --- a/src/SMESH/SMESH_Algo.hxx +++ b/src/SMESH/SMESH_Algo.hxx @@ -290,7 +290,7 @@ public: * \retval const SMDS_MeshNode* - found node or NULL */ static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V, - SMESHDS_Mesh* meshDS); + const SMESHDS_Mesh* meshDS); protected: -- 2.39.2