mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
abs no compile on travis fix attempt
This commit is contained in:
parent
e657f9a344
commit
c67c1544cd
@ -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
|
// Calls either Grid::pow for complex, or std::pow for real
|
||||||
// Problem is CUDA math_functions is exposing ::pow, and I can't define
|
// Problem is CUDA math_functions is exposing ::pow, and I can't define
|
||||||
|
|
||||||
|
using std::abs;
|
||||||
using std::pow;
|
using std::pow;
|
||||||
using std::sqrt;
|
using std::sqrt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user