Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultField.cpp
index 8a997866e99af0a38514a38de50f66cedcc3e41c..d0a5c88b71a80cc1135cbc6301e4f130dab40b52 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  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
@@ -31,6 +31,7 @@ std::string ModelAPI_ResultField::groupName()
   return group();
 }
 
+// LCOV_EXCL_START
 void ModelAPI_ResultField::ModelAPI_FieldStep::setDisplayed(const bool theDisplay)
 {
   if (myIsDisplayed != theDisplay) {
@@ -60,3 +61,4 @@ void ModelAPI_ResultField::setDisplayed(const bool theDisplay)
       step(i)->setDisplayed(false);
   }
 }
+// LCOV_EXCL_STOP