1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Zero changes (literally speaking).

This commit is contained in:
paboyle 2018-01-27 23:46:28 +00:00
parent 98af36217a
commit 44ef5bc207

View File

@ -179,7 +179,7 @@ accelerator_inline void vstream(RealD &l, const RealD &r){ l=r;}
class Zero{};
static Zero zero;
//static Zero Zero();
template<class itype> accelerator_inline void zeroit(itype &arg) { arg=Zero();};
template<> accelerator_inline void zeroit(ComplexF &arg){ arg=0; };
template<> accelerator_inline void zeroit(ComplexD &arg){ arg=0; };