mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-12 23:43:08 +05:00
Corrections in MED and SMESH for V3.2.0b1. A patch received from Paul RASCLE.
This commit is contained in:
parent
368c7752ed
commit
bfe2a6ff24
@ -27,15 +27,9 @@
|
||||
|
||||
#include "SALOME_Exception.idl"
|
||||
#include "SALOME_GenericObj.idl"
|
||||
#include "GEOM_Gen.idl"
|
||||
#include "SMESH_Mesh.idl"
|
||||
|
||||
|
||||
module GEOM
|
||||
{
|
||||
interface GEOM_Object;
|
||||
};
|
||||
|
||||
|
||||
module SMESH
|
||||
{
|
||||
|
||||
|
@ -28,19 +28,8 @@
|
||||
|
||||
#include "SALOME_Exception.idl"
|
||||
#include "SALOME_GenericObj.idl"
|
||||
|
||||
module GEOM
|
||||
{
|
||||
interface GEOM_Object;
|
||||
};
|
||||
|
||||
|
||||
module SALOME_MED
|
||||
{
|
||||
interface MESH;
|
||||
interface FAMILY;
|
||||
};
|
||||
|
||||
#include "GEOM_Gen.idl"
|
||||
#include "MED.idl"
|
||||
|
||||
module SMESH
|
||||
{
|
||||
|
@ -50,6 +50,8 @@ LIB_SRC = \
|
||||
|
||||
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
||||
SALOME_GenericObj.idl \
|
||||
SALOME_Comm.idl \
|
||||
MED.idl \
|
||||
SMESH_Mesh.idl \
|
||||
SMESH_Group.idl \
|
||||
SALOMEDS.idl \
|
||||
|
@ -53,7 +53,9 @@ LIB_CLIENT_IDL = SALOME_Exception.idl \
|
||||
SALOME_Component.idl \
|
||||
SMESH_Filter.idl \
|
||||
SMESH_Pattern.idl \
|
||||
SALOME_GenericObj.idl
|
||||
SALOME_GenericObj.idl \
|
||||
SALOME_Comm.idl \
|
||||
MED.idl
|
||||
|
||||
# header files
|
||||
EXPORT_HEADERS= SMESH_Type.h \
|
||||
|
@ -66,7 +66,9 @@ LIB_CLIENT_IDL += \
|
||||
SALOME_GenericObj.idl \
|
||||
SALOME_ContainerManager.idl \
|
||||
SALOME_Component.idl \
|
||||
GEOM_Gen.idl
|
||||
GEOM_Gen.idl \
|
||||
SALOME_Comm.idl \
|
||||
MED.idl
|
||||
|
||||
LIB_SERVER_IDL =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user