From ebba195e0d72cd72504d64fd5882fb6e78b77abe Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 6 May 2021 23:23:30 +0200 Subject: [PATCH] Code prettier --- Grid/qcd/utils/CovariantCshift.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/utils/CovariantCshift.h b/Grid/qcd/utils/CovariantCshift.h index 6c70706f..29f796a4 100644 --- a/Grid/qcd/utils/CovariantCshift.h +++ b/Grid/qcd/utils/CovariantCshift.h @@ -182,7 +182,7 @@ namespace ConjugateBC { GridBase *grid = Link.Grid(); int Lmu = grid->GlobalDimensions()[mu] - 1; - Lattice> coor(grid); + Lattice > coor(grid); LatticeCoordinate(coor, mu); Lattice tmp(grid);