X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingNatureOfFieldEnum;h=2014f473720da8ef56531f24a2f9970d50e2b25c;hb=04f1c450d57b28c7c473bdc59dc87eeef7393ca5;hp=c06799db6db634bf1062ca4be3d35339fe79fe14;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum index c06799db6..2014f4737 100644 --- a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum +++ b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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,15 +21,15 @@ #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; }