mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 19:12:04 +05:00
Fix for bug IPAL10770 : TC: Incorrect saving geometry produced by SUPERV.
This commit is contained in:
parent
17e91cd889
commit
a3677afe80
File diff suppressed because it is too large
Load Diff
@ -485,6 +485,7 @@ private:
|
|||||||
SALOME_NamingService * name_service;
|
SALOME_NamingService * name_service;
|
||||||
GEOM::GEOM_Gen_ptr myGeomEngine;
|
GEOM::GEOM_Gen_ptr myGeomEngine;
|
||||||
CORBA::Long myStudyID;
|
CORBA::Long myStudyID;
|
||||||
|
CORBA::Long myLastStudyID; // mkr : PAL10770
|
||||||
PortableServer::POA_var myPOA;
|
PortableServer::POA_var myPOA;
|
||||||
|
|
||||||
GEOM::GEOM_IBasicOperations_ptr myBasicOp;
|
GEOM::GEOM_IBasicOperations_ptr myBasicOp;
|
||||||
|
@ -40,7 +40,7 @@ LIB_SRC = \
|
|||||||
GEOM_Superv_i.cc
|
GEOM_Superv_i.cc
|
||||||
|
|
||||||
LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Exception.idl \
|
LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Exception.idl \
|
||||||
SALOME_GenericObj.idl SALOME_ModuleCatalog.idl GEOM_Gen.idl GEOM_Superv.idl \
|
SALOME_GenericObj.idl SALOME_ModuleCatalog.idl SALOME_Session.idl GEOM_Gen.idl GEOM_Superv.idl \
|
||||||
|
|
||||||
# Executables targets
|
# Executables targets
|
||||||
BIN =
|
BIN =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user