mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
- SMESHDS_Mesh* meshDS); + const SMESHDS_Mesh* meshDS);
This commit is contained in:
parent
24f41d7b2b
commit
eb1ffbdba2
@ -290,7 +290,7 @@ public:
|
|||||||
* \retval const SMDS_MeshNode* - found node or NULL
|
* \retval const SMDS_MeshNode* - found node or NULL
|
||||||
*/
|
*/
|
||||||
static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
|
static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
|
||||||
SMESHDS_Mesh* meshDS);
|
const SMESHDS_Mesh* meshDS);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user