Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 10, 2025
1 parent 20bad05 commit 539bbc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ struct FillContext
std::vector<unsigned> scenariosSelected;

private:
unsigned firstTimeStep;
unsigned lastTimeStep;
unsigned firstTimeStep = 0;
unsigned lastTimeStep = 0;
};

class LinearProblemFiller
Expand Down

0 comments on commit 539bbc5

Please sign in to comment.