diff --git a/Grid/lattice/Lattice_crc.h b/Grid/lattice/Lattice_crc.h index 142e2349..1005d196 100644 --- a/Grid/lattice/Lattice_crc.h +++ b/Grid/lattice/Lattice_crc.h @@ -29,7 +29,7 @@ Author: Peter Boyle NAMESPACE_BEGIN(Grid); -template void DumpSliceNorm(std::string s,Lattice &f,int mu=-1) +template void DumpSliceNorm(std::string s,const Lattice &f,int mu=-1) { auto ff = localNorm2(f); if ( mu==-1 ) mu = f.Grid()->Nd()-1;