Salome HOME
End of auto indentation with Eclipse. And one bug found.
[modules/med.git] / src / INTERP_KERNEL / Geometric2D / InterpKernelGeo2DNode.hxx
index 51f907532bf10bc79a3d3b8eb0ce8d7114541f0c..d8e112bd4e3a92641f6941ad47493830ef6a1416 100644 (file)
 namespace INTERP_KERNEL
 {
   typedef enum
-    {
-      IN_1      =  7,
-      ON_1      =  8,
-      ON_LIM_1  = 12,
-      ON_TANG_1 =  9,
-      OUT_1     = 10,
-      UNKNOWN   = 11
-    } TypeOfLocInPolygon;
+  {
+    IN_1      =  7,
+    ON_1      =  8,
+    ON_LIM_1  = 12,
+    ON_TANG_1 =  9,
+    OUT_1     = 10,
+    UNKNOWN   = 11
+  } TypeOfLocInPolygon;
 
   class Bounds;
-  
+
   /*!
    * Representation of a 2D point, and potentially its location relative to a polygon.
    * As nodes can be shared between edges it is handled with ref counting.