Skip to content

Commit

Permalink
fix weeks per year value
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 27, 2024
1 parent 62722cf commit 36af727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/include/antares/antares/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const unsigned int DAYS_PER_YEAR = 365;
const unsigned int HOURS_PER_YEAR = 8760;

const unsigned int MONTHS_PER_YEAR = 12;
const unsigned int WEEKS_PER_YEAR = 12;
const unsigned int WEEKS_PER_YEAR = 52;

namespace Antares::Constants
{
Expand Down

0 comments on commit 36af727

Please sign in to comment.