Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaredstork authored and Milos-RTEi committed Jul 31, 2023
1 parent 46c36e8 commit 7cf06f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/antares/study/scenario-builder/hydroLevelsData.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class hydroLevelsData final : public dataInterface
// Constructor

hydroLevelsData(std::string& iniFilePrefix,
std::function<void(Study&, Matrix<double>&)> applyToTarget);
std::function<void(Study&, MatrixType&)> applyToTarget);

//! \name Data manupulation
//@{
Expand Down Expand Up @@ -89,7 +89,7 @@ class hydroLevelsData final : public dataInterface
// prefix to be added when calling saveToINIFileHydroLevel
std::string& addToPrefix;

std::function<void(Study&, Matrix<double>&)> applyToTarget_;
std::function<void(Study&, MatrixType&)> applyToTarget_;

}; // class hydroLevelsData

Expand Down

0 comments on commit 7cf06f1

Please sign in to comment.