From a28e157934a50ab79d1d8a371ba1207329ed87b6 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 27 Jun 2005 10:38:23 +0000 Subject: [PATCH] Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is aborted. --- src/GEOM_I_Superv/GEOM_Superv_i.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GEOM_I_Superv/GEOM_Superv_i.cc b/src/GEOM_I_Superv/GEOM_Superv_i.cc index 515e095b7..87263348d 100644 --- a/src/GEOM_I_Superv/GEOM_Superv_i.cc +++ b/src/GEOM_I_Superv/GEOM_Superv_i.cc @@ -23,7 +23,8 @@ GEOM_Superv_i::GEOM_Superv_i(CORBA::ORB_ptr orb, CORBA::Object_var anObj = _orb->resolve_initial_references("RootPOA"); myPOA = PortableServer::POA::_narrow(anObj); - myGeomEngine = GEOM::GEOM_Gen::_nil(); + setGeomEngine(); + myStudyID = -1; myBasicOp = GEOM::GEOM_IBasicOperations::_nil(); -- 2.39.2