Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCouplingCorba_Swig / MEDCouplingCorbaSwigTestServ.py
index 8ba3fe901ca471445b239b3fb623332a2b32e35d..2645c5dbefdeba63bfd5d8007a44418d02b5bcde 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -72,6 +72,10 @@ class MEDCouplingMeshFieldFactoryComponentPy(MEDCouplingCorbaServantTest_idl._0_
         mesh=self._test.buildCMesh()
         return MEDCouplingCMeshServant._this(mesh)
 
+    def getIMesh(self):
+        mesh=self._test.buildIMesh()
+        return MEDCouplingIMeshServant._this(mesh)
+
     def getCLMesh(self):
         mesh=self._test.buildCLMesh()
         return MEDCouplingCurveLinearMeshServant._this(mesh)