mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is aborted.
This commit is contained in:
parent
14c6b1f558
commit
a28e157934
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user