Skip to content

Commit

Permalink
Update src/libs/antares/utils/utils.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Omnès <florian.omnes@rte-france.com>
  • Loading branch information
payetvin and flomnes authored Jan 9, 2025
1 parent 93b4041 commit 53d5873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ double round(double d, unsigned precision)
return std::round(d * factor) / factor;
}

#define largeValue 1000000
static constexpr double largeValue=1000000;

double ceilDiv(double numerator, double denominator)
{
Expand Down

0 comments on commit 53d5873

Please sign in to comment.