-
- Downloads
There was an error fetching the commit references. Please try again later.
Fixed math functions in reduction-operations.h
Apparently there is an abs function defined in <cstdlib>, which works only on integers. We want the std::abs overloads defined in <cmath>, which are used by TNL::abs. clang rocks! http://stackoverflow.com/questions/29136607/c-what-is-wrong-with-abs#29136774
Loading
Please register or sign in to comment