Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-barnes/richdem
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed Sep 19, 2020
2 parents 0c8cf58 + 9f9adb8 commit 40870d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/richdem/common/math.hpp
Expand Up @@ -4,9 +4,11 @@
#include <cmath>

//TODO: Shim to make MSVC compile
#ifdef _MSC_VER
int fpclassify(uint64_t arg) {
return FP_NORMAL;
}
#endif

namespace richdem {

Expand Down

0 comments on commit 40870d1

Please sign in to comment.