An error occurred while loading the file. Please try again.
-
Jakub Klinkovský authored
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
Jakub Klinkovský authoredApparently 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