Salome HOME
[bos #41409][FORUM] (2024) kindOfShape() bug for CONE2D
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_SolidSolid.hxx
index 5e5f08f4070500cad4a9563f66936bb25a85a40b..b99d4f510ef6d8bd69e1ae999bd722b35944753f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -31,6 +31,7 @@
 #include <Standard.hxx>
 #include <Standard_Macro.hxx>
 #include <TopoDS_Shape.hxx>
+
 #include <GEOMAlgo_ShellSolid.hxx>
 
 //=======================================================================
@@ -47,7 +48,7 @@ class GEOMAlgo_SolidSolid  : public GEOMAlgo_ShellSolid
     virtual ~GEOMAlgo_SolidSolid();
 
   Standard_EXPORT
-    virtual  void Perform() ;
+    virtual void Perform() ;
 
   Standard_EXPORT
     void SetShape2(const TopoDS_Shape& aS) ;
@@ -57,8 +58,7 @@ class GEOMAlgo_SolidSolid  : public GEOMAlgo_ShellSolid
 
 protected:
   Standard_EXPORT
-    virtual  void BuildResult() ;
-
+    virtual void BuildResult() ;
 
   TopoDS_Shape myS2;
 };