From ac1c73849225ebac3aa7dba32f7d72593c25b3c8 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 24 Oct 2013 09:59:54 +0000 Subject: [PATCH] Fix bad previous change --- src/GEOM_I/GEOM_ITransformOperations_i.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.39.2