Salome HOME
new method MEDCouplingUMesh::computeNeighborsOfNodes
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingNatureOfFieldEnum
index 2e6c8e686e93cc06b79ed2b8298dcf41ee523983..34c8c1b43bb85b07ecb5570f7cddf7dc44f56e8d 100644 (file)
 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