]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Addition of the 2 new unstructured mesh types.
authorageay <ageay>
Wed, 7 Aug 2013 10:30:03 +0000 (10:30 +0000)
committerageay <ageay>
Wed, 7 Aug 2013 10:30:03 +0000 (10:30 +0000)
src/MEDCouplingCorba/CMakeLists.txt
src/MEDCouplingCorba/Client/CMakeLists.txt

index d71e3e223ab2d007721766e7909fd681f0e48823..f637984701a4db06b813219aeff05cb901c1248a 100644 (file)
@@ -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
index f087e1b37d4def62f724f756f2b9d6a6fe5069ae..90fb582103d41817b1498af9dca42cd1b96d3c26 100644 (file)
@@ -31,6 +31,8 @@ SET(medcouplingclient_SOURCES
   DataArrayDoubleClient.cxx
   DataArrayIntClient.cxx
   MEDCouplingCMeshClient.cxx
+  MEDCoupling1SGTUMeshClient.cxx
+  MEDCoupling1DGTUMeshClient.cxx
   MEDCouplingCurveLinearMeshClient.cxx
   MEDCouplingExtrudedMeshClient.cxx
   MEDCouplingFieldDoubleClient.cxx