- 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);
This commit is contained in:
eap 2009-09-10 08:07:28 +00:00
parent 7e8c1c603d
commit e4bbd9cf6a

View File

@ -437,7 +437,7 @@ 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::Long FindNodeClosestTo(CORBA::Double x,
CORBA::Double y,
CORBA::Double z);
/*!