From 97a098636d816970631b120877b85e13691dd8ff Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 30 Nov 2022 15:36:35 -0500 Subject: [PATCH] FermToProp --- Grid/qcd/QCD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grid/qcd/QCD.h b/Grid/qcd/QCD.h index b292e560..9c56c12c 100644 --- a/Grid/qcd/QCD.h +++ b/Grid/qcd/QCD.h @@ -463,7 +463,7 @@ void FermToProp(typename Fimpl::PropagatorField &p, const typename Fimpl::Fermio for(int cc = 0; cc < Fimpl::Dimension; ++cc) { p_v[idx]()(ss,s)(cc,c) = f_v[idx]()(ss)(cc); // Propagator sink index is LEFT, suitable for left mult by gauge link (e.g.) }} - ); + }); #else for(int j = 0; j < Ns; ++j) { @@ -491,7 +491,7 @@ void PropToFerm(typename Fimpl::FermionField &f, const typename Fimpl::Propagato for(int cc = 0; cc < Fimpl::Dimension; ++cc) { f_v[idx]()(ss)(cc) = p_v[idx]()(ss,s)(cc,c); // LEFT index is copied across for s,c right index }} - ); + }); #else for(int j = 0; j < Ns; ++j) {