Salome HOME
Updated copyright comment
[modules/shaper.git] / src / SketchSolver / SolveSpaceSolver / SolveSpaceSolver_Storage.h
index de15a1cd56c5331e5cbafb7e857754a5151f9d53..a48631b3b16e0ad79dbc4d4b7dc56b0db0cabf04 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:    SolveSpaceSolver_Storage.h
-// Created: 18 Mar 2015
-// Author:  Artem ZHIDKOV
+// Copyright (C) 2014-2024  CEA, EDF
+//
+// 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, 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// 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
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef SolveSpaceSolver_Storage_H_
 #define SolveSpaceSolver_Storage_H_
@@ -159,7 +172,7 @@ private:
   ///
   ///        These constraints may be different and become the same after the substitution
   ///        of point coincidence.
-  void addSameConstraints(ConstraintWrapperPtr theConstraint1, 
+  void addSameConstraints(ConstraintWrapperPtr theConstraint1,
                           ConstraintWrapperPtr theConstraint2);
 
   /// \brief Search constraint equal to the given in terms of SolveSpace notation
@@ -169,20 +182,20 @@ private:
   Slvs_hEntity myWorkplaneID; ///< identifier of workplane
 
   /// current parameter index (may differs with the number of parameters)
-  Slvs_hParam myParamMaxID; 
+  Slvs_hParam myParamMaxID;
 
   /// list of parameters used in the current group of constraints (sorted by the identifier)
-  std::vector<Slvs_Param> myParameters; 
+  std::vector<Slvs_Param> myParameters;
   Slvs_hEntity myEntityMaxID; ///< current entity index (may differs with the number of entities)
 
   /// list of entities used in the current group of constraints (sorted by the identifier)
-  std::vector<Slvs_Entity> myEntities; 
+  std::vector<Slvs_Entity> myEntities;
 
   /// current constraint index (may differs with the number of constraints)
-  Slvs_hConstraint myConstrMaxID; 
+  Slvs_hConstraint myConstrMaxID;
 
   /// list of constraints used in the current group (sorted by the identifier)
-  std::vector<Slvs_Constraint> myConstraints; 
+  std::vector<Slvs_Constraint> myConstraints;
 
   bool myDuplicatedConstraint; ///< shows the storage has same constraint twice