Salome HOME
fix: replace unordered_set/map with set/map
[tools/medcoupling.git] / src / PyWrapping / medcoupling.i
index 7fe41863a6627b5934c3c3ad46d867018fb0cfe1..06c12759c2618b16f28ec6498f65dbc2e2de92b8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2017-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
@@ -25,7 +25,6 @@
 #define INTERPKERNEL_EXPORT
 #define MEDCOUPLING_EXPORT
 #define MEDLOADER_EXPORT
-#define MEDCOUPLINGICOCO_EXPORT
 
 %include "MEDCouplingCommon.i"
 
@@ -49,6 +48,9 @@
 %include "ParaMEDMEMCommon.i"
 #endif
 
+%constant const char __version__[]=MEDCOUPLING_GIT_SHA1;
+%constant const char __config_datetime__[]=MEDCOUPLING_CONFIG_DT;
+
 %{
   static const char SEQ_INTERPOL_EXT[]="Sequential interpolator";
   static const char MEDFILEIO_EXT[]="MED file I/O";