mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-03 06:04:29 +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");
|
CORBA::Object_var anObj = _orb->resolve_initial_references("RootPOA");
|
||||||
myPOA = PortableServer::POA::_narrow(anObj);
|
myPOA = PortableServer::POA::_narrow(anObj);
|
||||||
|
|
||||||
myGeomEngine = GEOM::GEOM_Gen::_nil();
|
setGeomEngine();
|
||||||
|
|
||||||
myStudyID = -1;
|
myStudyID = -1;
|
||||||
|
|
||||||
myBasicOp = GEOM::GEOM_IBasicOperations::_nil();
|
myBasicOp = GEOM::GEOM_IBasicOperations::_nil();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user