mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 00:13: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_Exception.idl"
|
||||||
#include "SALOME_GenericObj.idl"
|
#include "SALOME_GenericObj.idl"
|
||||||
|
#include "GEOM_Gen.idl"
|
||||||
#include "SMESH_Mesh.idl"
|
#include "SMESH_Mesh.idl"
|
||||||
|
|
||||||
|
|
||||||
module GEOM
|
|
||||||
{
|
|
||||||
interface GEOM_Object;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
module SMESH
|
module SMESH
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -28,19 +28,8 @@
|
|||||||
|
|
||||||
#include "SALOME_Exception.idl"
|
#include "SALOME_Exception.idl"
|
||||||
#include "SALOME_GenericObj.idl"
|
#include "SALOME_GenericObj.idl"
|
||||||
|
#include "GEOM_Gen.idl"
|
||||||
module GEOM
|
#include "MED.idl"
|
||||||
{
|
|
||||||
interface GEOM_Object;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
module SALOME_MED
|
|
||||||
{
|
|
||||||
interface MESH;
|
|
||||||
interface FAMILY;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
module SMESH
|
module SMESH
|
||||||
{
|
{
|
||||||
|
@ -50,6 +50,8 @@ LIB_SRC = \
|
|||||||
|
|
||||||
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
||||||
SALOME_GenericObj.idl \
|
SALOME_GenericObj.idl \
|
||||||
|
SALOME_Comm.idl \
|
||||||
|
MED.idl \
|
||||||
SMESH_Mesh.idl \
|
SMESH_Mesh.idl \
|
||||||
SMESH_Group.idl \
|
SMESH_Group.idl \
|
||||||
SALOMEDS.idl \
|
SALOMEDS.idl \
|
||||||
|
@ -53,7 +53,9 @@ LIB_CLIENT_IDL = SALOME_Exception.idl \
|
|||||||
SALOME_Component.idl \
|
SALOME_Component.idl \
|
||||||
SMESH_Filter.idl \
|
SMESH_Filter.idl \
|
||||||
SMESH_Pattern.idl \
|
SMESH_Pattern.idl \
|
||||||
SALOME_GenericObj.idl
|
SALOME_GenericObj.idl \
|
||||||
|
SALOME_Comm.idl \
|
||||||
|
MED.idl
|
||||||
|
|
||||||
# header files
|
# header files
|
||||||
EXPORT_HEADERS= SMESH_Type.h \
|
EXPORT_HEADERS= SMESH_Type.h \
|
||||||
|
@ -66,7 +66,9 @@ LIB_CLIENT_IDL += \
|
|||||||
SALOME_GenericObj.idl \
|
SALOME_GenericObj.idl \
|
||||||
SALOME_ContainerManager.idl \
|
SALOME_ContainerManager.idl \
|
||||||
SALOME_Component.idl \
|
SALOME_Component.idl \
|
||||||
GEOM_Gen.idl
|
GEOM_Gen.idl \
|
||||||
|
SALOME_Comm.idl \
|
||||||
|
MED.idl
|
||||||
|
|
||||||
LIB_SERVER_IDL =
|
LIB_SERVER_IDL =
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user