Salome HOME
static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
authoreap <eap@opencascade.com>
Tue, 19 May 2009 15:16:37 +0000 (15:16 +0000)
committereap <eap@opencascade.com>
Tue, 19 May 2009 15:16:37 +0000 (15:16 +0000)
-                                         SMESHDS_Mesh*        meshDS);
+                                         const SMESHDS_Mesh* meshDS);

src/SMESH/SMESH_Algo.hxx

index 4b681dc0a75a4d6e6e1ace83812c6b87a160a2be..1ed9cde2574017a112ca4cc5267c057d6d05d1da 100644 (file)
@@ -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: