From: eap Date: Mon, 24 Mar 2008 14:14:00 +0000 (+0000) Subject: fix python dump of MoveClosestNodeToPoint() X-Git-Tag: V3_2_10~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c5b6d828477d3cae7a2ff031f0b245f10e48b42;p=modules%2Fsmesh.git fix python dump of MoveClosestNodeToPoint() --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index 3dc98cae9..6dd5203f8 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -2933,7 +2933,8 @@ CORBA::Long SMESH_MeshEditor_i::MoveClosestNodeToPoint(CORBA::Double x, if ( !myPreviewMode ) { TPythonDump() << "nodeID = " << this - << ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z << " )"; + << ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z + << ", " << nodeID << " )"; } return nodeID;