Skip to content

Commit

Permalink
Update src/solver/hydro/management/HydroInputsChecker.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Omnès <[email protected]>
  • Loading branch information
a-zakir and flomnes authored Jul 1, 2024
1 parent 5add173 commit 131e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/hydro/management/HydroInputsChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void HydroInputsChecker::CheckFinalReservoirLevelsConfiguration(uint year)
errorCollector_);
if (!validator.check())
{
logs.error() << "hydro final level : infeasibility";
errorCollector_(area.name) << "hydro final level : infeasibility";
}
if (validator.finalLevelFineForUse())
{
Expand Down

0 comments on commit 131e068

Please sign in to comment.