X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingNatureOfFieldEnum;h=2014f473720da8ef56531f24a2f9970d50e2b25c;hb=8f2a28585bcf231a8f976f36b7fb1d2eed8801c2;hp=fedca05e178fe9546d1a6877b45672cc33b71781;hpb=11310c6a49e7a199058a309e3c849a6ad53ada8f;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum index fedca05e1..2014f4737 100644 --- a/src/MEDCoupling/MEDCouplingNatureOfFieldEnum +++ b/src/MEDCoupling/MEDCouplingNatureOfFieldEnum @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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