From e4bbd9cf6a7dfd11bd7c1ff3d9201b5dbaf6f497 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 10 Sep 2009 08:07:28 +0000 Subject: [PATCH] - CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x, - CORBA::Double y, - CORBA::Double z); + CORBA::Long FindNodeClosestTo(CORBA::Double x, + CORBA::Double y, + CORBA::Double z); --- src/SMESH_I/SMESH_MeshEditor_i.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index f9b7668b1..ecdbcd71e 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -437,9 +437,9 @@ class SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor /*! * \brief Return ID of node closest to a given point */ - CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x, - CORBA::Double y, - CORBA::Double z); + CORBA::Long FindNodeClosestTo(CORBA::Double x, + CORBA::Double y, + CORBA::Double z); /*! * Return elements of given type where the given point is IN or ON. * -- 2.39.2