From: mkr Date: Mon, 27 Jun 2005 10:38:23 +0000 (+0000) Subject: Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is... X-Git-Tag: T3_0_0_a4~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a28e157934a50ab79d1d8a371ba1207329ed87b6;p=modules%2Fgeom.git Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is aborted. --- 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();