Fix bad previous change

This commit is contained in:
vsr 2013-10-24 09:59:54 +00:00
parent 6d55c284bf
commit ac1c738492

View File

@ -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;
}