diff options
Diffstat (limited to 'ext/dsent/libutil/MathUtil.cc')
-rw-r--r-- | ext/dsent/libutil/MathUtil.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/dsent/libutil/MathUtil.cc b/ext/dsent/libutil/MathUtil.cc new file mode 100644 index 000000000..0e177b5fc --- /dev/null +++ b/ext/dsent/libutil/MathUtil.cc @@ -0,0 +1,7 @@ +#include "MathUtil.h" + +namespace LibUtil +{ + const double Math::epsilon = 1e-15; +} // namespace LibUtil + |