Salome HOME
Fix tests to use the right field index
[modules/med.git] / idl / MEDCouplingCorbaServantTest.idl
index 678d727cd15da50dae68efdabb32d341523d84ca..8dfd23e4921241f098350ecb664a5c8dc7f8d1b9 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __MEDCOUPLINGCORBASERVANTTEST_IDL__
 #define __MEDCOUPLINGCORBASERVANTTEST_IDL__
@@ -36,6 +37,10 @@ module SALOME_TEST
     SALOME_MED::MEDCouplingUMeshCorbaInterface getM1DMesh();
     SALOME_MED::MEDCouplingExtrudedMeshCorbaInterface getExtrudedMesh();
     SALOME_MED::MEDCouplingCMeshCorbaInterface getCMesh();
+    SALOME_MED::MEDCouplingCurveLinearMeshCorbaInterface getCLMesh();
+    SALOME_MED::MEDCoupling1SGTUMeshCorbaInterface get1SGTUMesh();
+    SALOME_MED::MEDCoupling1DGTUMeshCorbaInterface get1DGTUMesh();
+    SALOME_MED::MEDCouplingIMeshCorbaInterface getIMesh();
     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn2DNT();
     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldNodeScalarOn2DNT();
     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DNT();