From 770680669d81ecbc657902ec2d08253dbc8f98d0 Mon Sep 17 00:00:00 2001 From: Andrew Yong Date: Wed, 4 Aug 2021 09:21:59 +0100 Subject: [PATCH] Whitespace removal. --- .../fermion/implementation/CayleyFermion5DImplementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/implementation/CayleyFermion5DImplementation.h b/Grid/qcd/action/fermion/implementation/CayleyFermion5DImplementation.h index 1b363846..e98f41b3 100644 --- a/Grid/qcd/action/fermion/implementation/CayleyFermion5DImplementation.h +++ b/Grid/qcd/action/fermion/implementation/CayleyFermion5DImplementation.h @@ -934,7 +934,7 @@ void CayleyFermion5D::SeqConservedCurrent(PropagatorField &q_in, tmp = tmp *ph; tmp = Cshift(tmp,mu,-1); Impl::multLinkField(Utmp,this->Umu,tmp,mu+Nd); // Adjoint link - tmp = -G_s[s]*( Utmp + gmu*Utmp ); + tmp = -G_s[s]*( Utmp + gmu*Utmp ); // Mask the time if (tmax == LLt - 1 && tshift == 1){ // quick fix to include timeslice 0 if tmax + tshift is over the last timeslice unsigned int t0 = 0;