Salome HOME
medcalc and commands history
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingNatureOfFieldEnum
index 2e6c8e686e93cc06b79ed2b8298dcf41ee523983..c06799db6db634bf1062ca4be3d35339fe79fe14 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
 namespace ParaMEDMEM
 {
   typedef enum
-    {
-      NoNature               = 17,
-      ConservativeVolumic    = 26,
-      Integral               = 32,
-      IntegralGlobConstraint = 35,
-      RevIntegral            = 37
-    } NatureOfField;
+  {
+    NoNature               = 17,
+    ConservativeVolumic    = 26,
+    Integral               = 32,
+    IntegralGlobConstraint = 35,
+    RevIntegral            = 37
+  } NatureOfField;
 }
 
 #endif