Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jun 11, 2024
1 parent 4c8a9d8 commit fc1a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/hydro/management/management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ HydroManagement::HydroManagement(const Data::AreaList& areas,
void HydroManagement::prepareNetDemand(uint year,
Data::SimulationMode mode,
const Antares::Data::Area::ScratchMap& scratchmap,
HydroSpecific& hydro_specific)
Antares::Data::HydroSpecific& hydro_specific)
{
areas_.each(
[this, &year, &scratchmap, &mode](Data::Area& area)
Expand Down

0 comments on commit fc1a7ac

Please sign in to comment.