X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingNatureOfFieldEnum;h=06681aef274cdd890ca8215cbe0cd1f7876fae86;hb=0ba3453939dda0697b09ed7e728a01d4f33e3ce2;hp=2e6c8e686e93cc06b79ed2b8298dcf41ee523983;hpb=1123dccd6613b2e8abba35182759d5c4a11ecc8d;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum index 2e6c8e686..06681aef2 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-2023 CEA, EDF // // 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