1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

abs no compile on travis fix attempt

This commit is contained in:
paboyle 2018-01-28 10:26:04 +00:00
parent e657f9a344
commit c67c1544cd

View File

@ -90,6 +90,7 @@ accelerator_inline ComplexF pow(const ComplexF& r,RealF y){ return(std::pow(r,y)
// Calls either Grid::pow for complex, or std::pow for real
// Problem is CUDA math_functions is exposing ::pow, and I can't define
using std::abs;
using std::pow;
using std::sqrt;