1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-01-11 12:10:26 +00:00

verbose remove

This commit is contained in:
paboyle 2016-10-10 23:50:42 +01:00
parent 3d5c9a1ee9
commit 8d11681aac

View File

@ -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());
std::cout << " Div call from complex "<<a<<" / " << b<< " = " <<ret<< std::endl;
return ret;
};