Salome HOME
Intersector: optim for SegSeg and ArcCSeg when an extremity is shared.
[tools/medcoupling.git] / src / INTERP_KERNEL / Geometric2D / InterpKernelGeo2DEdgeArcCircle.hxx
index c05e1d95c70f71eec03ce4718684f0b25029a3ce..b4730d5000b502cb09a3e6ff33d5b2f11c9d5301 100644 (file)
@@ -68,6 +68,7 @@ namespace INTERP_KERNEL
     double _drSq;         //!< Square of the norm of the seg
     double _cross;        //!< See areOverlappedOrOnlyColinears()
     double _deltaRoot_div_dr;    //!< See areOverlappedOrOnlyColinears()
+    bool _i1S2E,_i1E2E;
   };
 
   class INTERPKERNEL_EXPORT EdgeArcCircle : public Edge