From: eap Date: Thu, 10 Sep 2009 08:09:04 +0000 (+0000) Subject: - CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x, X-Git-Tag: V4_1_0_maintainance_FINAL~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3e3b9574fcc2a9eff237f8205b65f955f95498d8;p=modules%2Fsmesh.git - 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); --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index c979f4966..19373e628 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -355,9 +355,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. *