Salome HOME
- CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x,
authoreap <eap@opencascade.com>
Thu, 10 Sep 2009 08:09:04 +0000 (08:09 +0000)
committereap <eap@opencascade.com>
Thu, 10 Sep 2009 08:09:04 +0000 (08:09 +0000)
-                                                    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

index c979f4966daaa63b78eb08878f30dd5e7658796a..19373e62821263e422f26f98696a43f385cff964 100644 (file)
@@ -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.
    *