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

Fix and compiles

This commit is contained in:
Peter Boyle 2020-08-12 14:35:08 -04:00
parent c6cf918d4c
commit d8c0c0ba0a

View File

@ -1192,7 +1192,7 @@ void A2Autils<FImpl>::ContractFourQuarkColourMix(const PropagatorField &WWVV0,
auto VV0 = WWVV0_v(ss);
auto VV1 = WWVV1_v(ss);
typdef decltype(trace(VV0)) scalar;
typedef decltype(trace(VV0)) scalar;
for(int g=0;g<Ng;g++){