Skip to content

Commit

Permalink
Remove code duplication in src/libs/antares/study/parameters.cpp (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Oct 3, 2023
1 parent d45109f commit f22064c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libs/antares/study/parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1350,12 +1350,6 @@ void Parameters::prepareForSimulation(const StudyLoadOptions& options)
switch (mode)
{
case stdmEconomy:
{
// The year-by-year mode might have been requested from the command line
if (options.forceYearByYear)
yearByYear = true;
break;
}
case stdmAdequacy:
{
// The year-by-year mode might have been requested from the command line
Expand Down

0 comments on commit f22064c

Please sign in to comment.