mirror of
https://github.com/paboyle/Grid.git
synced 2025-01-11 12:10:26 +00:00
verbose remove
This commit is contained in:
parent
3d5c9a1ee9
commit
8d11681aac
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user