Salome HOME
updated copyright message
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_EllipticArc.h
index b6c6e1c71e5eee6ae5f620da010f08acee761741..a7e8b3632480aecf6b4433d9179605ef55e7b840 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -144,6 +144,9 @@ private:
   bool fillCharacteristicPoints();
 
   void createEllipticArc(SketchPlugin_Sketch* theSketch);
+
+private:
+  double myParamDelta;
 };
 
 #endif