]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionAPI/ConstructionAPI_Plane.cpp
Salome HOME
updated copyright message
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI_Plane.cpp
index 3933b16230288c625690c37df6dc91d67bf7aba2..ca820343304d953780a6e590abae3ae7ba886566 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -294,7 +294,8 @@ PlanePtr addPlane(const std::shared_ptr<ModelAPI_Document>& thePart,
 {
   // TODO(spo): check that thePart is not empty
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(ConstructionAPI_Plane::ID());
-  return PlanePtr(new ConstructionAPI_Plane(aFeature, theFace, theDistance, theIsReverse, theNbCopies));
+  return PlanePtr(new ConstructionAPI_Plane(aFeature, theFace, theDistance,
+                                            theIsReverse, theNbCopies));
 }
 
 //==================================================================================================