diff options
author | Julian T <julian@jtle.dk> | 2021-01-12 18:48:40 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-01-12 18:48:40 +0100 |
commit | 8251be3e7ec0e381391c951fd4c8f1ab8080bef9 (patch) | |
tree | 8caaf285d59fadb3fb4ce6f3a4c9e1d956d8e21e /src/core/common.hpp | |
parent | 0f9e88ccf0510ab4d830529fa539ef6db715f988 (diff) |
Reorgranize source file structure
Diffstat (limited to 'src/core/common.hpp')
-rw-r--r-- | src/core/common.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/common.hpp b/src/core/common.hpp new file mode 100644 index 0000000..fd219bf --- /dev/null +++ b/src/core/common.hpp @@ -0,0 +1,6 @@ +#ifndef COMMON_H +#define COMMON_H + +#define ZERO_APPROX 1e-6 + +#endif |