Skip to content

Commit

Permalink
Expresiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 24, 2025
1 parent 8d86ba5 commit 6711240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/src/solver/variable/test_intermediate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

constexpr double TOLERANCE = 1.e-6;

template<unsigned First, unsigned End>
template<unsigned FirstDay, unsigned LastDay>
struct StudyFixture
{
StudyFixture():
study(std::make_unique<Antares::Data::Study>())
{
study->parameters.simulationDays.first = First;
study->parameters.simulationDays.end = End;
study->parameters.simulationDays.first = FirstDay;
study->parameters.simulationDays.end = LastDay;
study->initializeRuntimeInfos();
}

Expand Down

0 comments on commit 6711240

Please sign in to comment.