X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_ConeSegment.cpp;h=3f1e577ba6c941f024dd44c9029df3a1ef47da9d;hb=d5d78920316491975a67f76578982b401cdfe71d;hp=db5e544bb94f15b486ac29cf44153b3350616cd7;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp index db5e544bb..3f1e577ba 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -33,11 +32,6 @@ #include -//================================================================================================= -GeomAlgoAPI_ConeSegment::GeomAlgoAPI_ConeSegment() -{ -} - //================================================================================================= GeomAlgoAPI_ConeSegment::GeomAlgoAPI_ConeSegment(const double theRMin1, @@ -147,8 +141,8 @@ void GeomAlgoAPI_ConeSegment::build() BRepPrimAPI_MakeRevol* aRevolBuilder = new BRepPrimAPI_MakeRevol(aFaceBuilder.Face(), aZAxis, myDeltaPhi * M_PI/180., Standard_True); if(!aRevolBuilder) { - return; myError = "Cone Segment builder :: section revolution did not succeed"; + return; } if(!aRevolBuilder->IsDone()) { myError = "Cone Segment builder :: section revolution did not succeed";