Salome HOME
Make it compile with intel compiler into int64 mode
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingNatureOfFieldEnum
old mode 100755 (executable)
new mode 100644 (file)
index 34c8c1b..2014f47
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #ifndef __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELDENUM__
 #define __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELDENUM__
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   typedef enum
   {
     NoNature               = 17,
-    ConservativeVolumic    = 26,
-    Integral               = 32,
-    IntegralGlobConstraint = 35,
-    RevIntegral            = 37
+    IntensiveMaximum    = 26,
+    ExtensiveMaximum               = 32,
+    ExtensiveConservation = 35,
+    IntensiveConservation            = 37
   } NatureOfField;
 }