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