Salome HOME
Merge remote-tracking branch 'remotes/origin/occ/compounds_processing'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_ConeSegment.cpp
index 36111ca5aefded92af43ebba11c45fae7aa4f917..3f1e577ba6c941f024dd44c9029df3a1ef47da9d 100644 (file)
@@ -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
 //
 // 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<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include <GeomAlgoAPI_ConeSegment.h>
@@ -142,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";