fix python dump of MoveClosestNodeToPoint()

This commit is contained in:
eap 2008-03-24 14:14:58 +00:00
parent 1634a3e4d9
commit 30c4d1f606

View File

@ -2975,7 +2975,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;