mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-01 05:57:07 +01:00
verbose remove
This commit is contained in:
@ -583,8 +583,6 @@ inline Grid_simd<S, V> operator/(Grid_simd<S, V> a, Grid_simd<S, V> b) {
|
|||||||
|
|
||||||
ret.v=binary<V>(ret.v, real_den.v, DivSIMD());
|
ret.v=binary<V>(ret.v, real_den.v, DivSIMD());
|
||||||
|
|
||||||
std::cout << " Div call from complex "<<a<<" / " << b<< " = " <<ret<< std::endl;
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user