1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

bugfix in Baryonutils

This commit is contained in:
ferben 2019-07-18 15:45:43 +01:00
parent 97d61f2564
commit 9d82855c5d

View File

@ -213,7 +213,7 @@ void TBaryon<FImpl1, FImpl2, FImpl3>::execute(void)
} }
*/ */
ContractBaryons(q1,q2,q3,c); BaryonUtils<FIMPL>::ContractBaryons(q1,q2,q3,c);
sliceSum(c,buf,Tp); sliceSum(c,buf,Tp);