From: vsr Date: Thu, 24 Oct 2013 09:59:54 +0000 (+0000) Subject: Fix bad previous change X-Git-Tag: BR_hydro_v_0_3_1~63 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac1c73849225ebac3aa7dba32f7d72593c25b3c8;p=modules%2Fgeom.git Fix bad previous change --- diff --git a/src/GEOM_I/GEOM_ITransformOperations_i.cc b/src/GEOM_I/GEOM_ITransformOperations_i.cc index e6ed96e05..b4f6b27fc 100644 --- a/src/GEOM_I/GEOM_ITransformOperations_i.cc +++ b/src/GEOM_I/GEOM_ITransformOperations_i.cc @@ -720,8 +720,7 @@ CORBA::Double GEOM_ITransformOperations_i::ProjectPointOnWire (aPoint, aWire, aPointOnEdge, anEdgeIndex); if (!aPointOnEdge.IsNull()) { - GEOM::GEOM_Object_var obj = GetObject(aPointOnEdge); - thePointOnEdge = obj.out(); + thePointOnEdge = GetObject(aPointOnEdge); theEdgeInWireIndex = anEdgeIndex; }