X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ2d.cpp;h=0e0a21a310363b97656f94d14f5b6ecd05f17ee9;hb=69ff21c1bc1af665be9419918f64f5a7d1878cbd;hp=0a7a9a01bd77c3848d9582b0e2e06f502e2af92e;hpb=35a88fdd724349275bbff32b9596a44e7cd422e2;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ2d.cpp b/src/GeomAPI/GeomAPI_Circ2d.cpp index 0a7a9a01b..0e0a21a31 100644 --- a/src/GeomAPI/GeomAPI_Circ2d.cpp +++ b/src/GeomAPI/GeomAPI_Circ2d.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_Circ2d.cpp // Created: 29 May 2014 // Author: Artem ZHIDKOV @@ -16,7 +18,7 @@ #include -#define MY_CIRC2D static_cast(myImpl) +#define MY_CIRC2D implPtr() static gp_Circ2d* newCirc2d(const double theCenterX, const double theCenterY, const gp_Dir2d theDir, const double theRadius)