diff --git a/Grid/util/Coordinate.h b/Grid/util/Coordinate.h index 7f1d31c0..004fbc72 100644 --- a/Grid/util/Coordinate.h +++ b/Grid/util/Coordinate.h @@ -99,10 +99,10 @@ inline std::ostream & operator<<(std::ostream &os, const AcceleratorVector 0) { - os << "\b"; + os << v[s]; + if( s < (v.size()-1) ){ + os << " "; + } } os << "]"; return os;