X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Box.cpp;h=7c49ff5caee5e1828118ae8b7c41ab21497114cb;hb=fdd802da7683f66ca609cf12b1e11be9642149d6;hp=68fe4db81db366692b81b4699adcb2833056161c;hpb=1e2eaa713f139d2617c80eba9ede62d4e9976bb7;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Box.cpp b/src/GeomAPI/GeomAPI_Box.cpp index 68fe4db81..7c49ff5ca 100644 --- a/src/GeomAPI/GeomAPI_Box.cpp +++ b/src/GeomAPI/GeomAPI_Box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-20xx CEA/DEN, EDF R&D +// Copyright (C) 2018-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include @@ -43,12 +42,6 @@ struct Box #define MY_BOX implPtr() -//================================================================================================= -GeomAPI_Box::GeomAPI_Box() - : GeomAPI_Interface(new Box(std::shared_ptr(new GeomAPI_Ax3), 0., 0., 0.)) -{ -} - //================================================================================================= GeomAPI_Box::GeomAPI_Box(const std::shared_ptr& theCorner, const double theWidth,