mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 16:42: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;
|
||||
GEOM::GEOM_Gen_ptr myGeomEngine;
|
||||
CORBA::Long myStudyID;
|
||||
CORBA::Long myLastStudyID; // mkr : PAL10770
|
||||
PortableServer::POA_var myPOA;
|
||||
|
||||
GEOM::GEOM_IBasicOperations_ptr myBasicOp;
|
||||
|
@ -40,7 +40,7 @@ LIB_SRC = \
|
||||
GEOM_Superv_i.cc
|
||||
|
||||
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
|
||||
BIN =
|
||||
@ -53,7 +53,7 @@ EXPORT_HEADERS =
|
||||
# additionnal information to compil and link file
|
||||
CPPFLAGS += $(OCC_INCLUDES) $(QT_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
|
||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
||||
LDFLAGS += -lGEOMEngine -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeContainer -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeGenericObj
|
||||
LDFLAGS += -lGEOMEngine -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeContainer -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeGenericObj
|
||||
|
||||
# additional file to be cleaned
|
||||
MOSTLYCLEAN =
|
||||
|
Loading…
x
Reference in New Issue
Block a user