Salome HOME
updated copyright message
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Interpolation.cpp
index bb8266db066631738295c64162fadca340a3d0d6..e8708ffbc80ed0085981ceec2eecc047fc72f302 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  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
@@ -121,7 +121,6 @@ void BuildPlugin_Interpolation::attributeChanged(const std::string& theID)
 //=================================================================================================
 void BuildPlugin_Interpolation::updateCoordinates()
 {
-    std::wstring exp;
     double aMint = real(MINT_ID())->value();
     double aMaxt = real(MAXT_ID())->value();
     int aNbrStep = integer(NUMSTEP_ID())->value();