diff options
author | Julian T <julian@jtle.dk> | 2021-01-17 00:09:15 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-01-17 00:09:15 +0100 |
commit | 94217187eb2785939458f08d96c7b1b9e55439ab (patch) | |
tree | b10e4ab95f213b13b90ac5e0053ed9e92f973693 /src/core/common.hpp | |
parent | ed14718ff073e285374fad2d3471552b9b497825 (diff) |
Minor changed and draft for random samplingold_rework
Diffstat (limited to 'src/core/common.hpp')
-rw-r--r-- | src/core/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common.hpp b/src/core/common.hpp index a3e682e..7965815 100644 --- a/src/core/common.hpp +++ b/src/core/common.hpp @@ -5,6 +5,6 @@ #define ZERO_APPROX 1e-6 -#define INFINITY std::numeric_limits<double>::infinity() +#define INFTY std::numeric_limits<double>::infinity() #endif |