Salome HOME
- CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x,
authoreap <eap@opencascade.com>
Thu, 10 Sep 2009 08:07:28 +0000 (08:07 +0000)
committereap <eap@opencascade.com>
Thu, 10 Sep 2009 08:07:28 +0000 (08:07 +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 f9b7668b16119752110dd49e55eb995a9d42c886..ecdbcd71ee3e93c052225e21c09c267514ba57e6 100644 (file)
@@ -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.
    *