Skip to content

Commit

Permalink
fix prop
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 11, 2024
1 parent 5eebab1 commit 70b3924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/study/parts/hydro/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ bool PartHydro::LoadFromFolder(Study& study, const AnyString& folder)
if ((section = ini.find("inter-daily-breakdown")))
{
ret = loadProperties(study, section->firstProperty, buffer, [](IniFile::Property* p, Area* area){
return p->value.to<double>(area->hydro.intermonthlyBreakdown);
return p->value.to<double>(area->hydro.interDailyBreakdown);
}) && ret;
}

Expand Down

0 comments on commit 70b3924

Please sign in to comment.