From: ageay Date: Wed, 7 Aug 2013 10:30:03 +0000 (+0000) Subject: Addition of the 2 new unstructured mesh types. X-Git-Tag: V7_3_1b1~213 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=516b742a677d23fa83863343da77656784cb9866;p=tools%2Fmedcoupling.git Addition of the 2 new unstructured mesh types. --- diff --git a/src/MEDCouplingCorba/CMakeLists.txt b/src/MEDCouplingCorba/CMakeLists.txt index d71e3e223..f63798470 100644 --- a/src/MEDCouplingCorba/CMakeLists.txt +++ b/src/MEDCouplingCorba/CMakeLists.txt @@ -42,6 +42,9 @@ SET(medcouplingcorba_SOURCES MEDCouplingExtrudedMeshServant.cxx MEDCouplingStructuredMeshServant.cxx MEDCouplingCurveLinearMeshServant.cxx + MEDCoupling1DGTUMeshServant.cxx + MEDCoupling1SGTUMeshServant.cxx + MEDCoupling1GTUMeshServant.cxx MEDCouplingCMeshServant.cxx MEDCouplingUMeshServant.cxx MEDCouplingFieldServant.cxx diff --git a/src/MEDCouplingCorba/Client/CMakeLists.txt b/src/MEDCouplingCorba/Client/CMakeLists.txt index f087e1b37..90fb58210 100644 --- a/src/MEDCouplingCorba/Client/CMakeLists.txt +++ b/src/MEDCouplingCorba/Client/CMakeLists.txt @@ -31,6 +31,8 @@ SET(medcouplingclient_SOURCES DataArrayDoubleClient.cxx DataArrayIntClient.cxx MEDCouplingCMeshClient.cxx + MEDCoupling1SGTUMeshClient.cxx + MEDCoupling1DGTUMeshClient.cxx MEDCouplingCurveLinearMeshClient.cxx MEDCouplingExtrudedMeshClient.cxx MEDCouplingFieldDoubleClient.cxx