X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingNatureOfFieldEnum;h=2014f473720da8ef56531f24a2f9970d50e2b25c;hb=8f2a28585bcf231a8f976f36b7fb1d2eed8801c2;hp=2e6c8e686e93cc06b79ed2b8298dcf41ee523983;hpb=1123dccd6613b2e8abba35182759d5c4a11ecc8d;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum index 2e6c8e686..2014f4737 100644 --- a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum +++ b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum @@ -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 @@ -21,16 +21,16 @@ #ifndef __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELDENUM__ #define __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELDENUM__ -namespace ParaMEDMEM +namespace MEDCoupling { typedef enum - { - NoNature = 17, - ConservativeVolumic = 26, - Integral = 32, - IntegralGlobConstraint = 35, - RevIntegral = 37 - } NatureOfField; + { + NoNature = 17, + IntensiveMaximum = 26, + ExtensiveMaximum = 32, + ExtensiveConservation = 35, + IntensiveConservation = 37 + } NatureOfField; } #endif