Salome HOME
Debug on Colinearize2D.
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingNatureOfField.cxx
index 757e01189898b1bb08a5b1255c9c022119e76821..f27f13acd7a83d7c1b52e119fd105e81ded45cd6 100644 (file)
 namespace ParaMEDMEM
 {
   const char *MEDCouplingNatureOfField::REPR_OF_NATUREOFFIELD[NB_OF_POSSIBILITIES]=
-    { "NoNature",
-      "ConservativeVolumic",
-      "Integral",
-      "IntegralGlobConstraint",
-      "RevIntegral"};
-  
+  { "NoNature",
+    "ConservativeVolumic",
+    "Integral",
+    "IntegralGlobConstraint",
+    "RevIntegral"};
+
   const int MEDCouplingNatureOfField::POS_OF_NATUREOFFIELD[NB_OF_POSSIBILITIES]={17,26,32,35,37};
 
   const char *MEDCouplingNatureOfField::GetRepr(NatureOfField nat)