mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Fix and compiles
This commit is contained in:
parent
c6cf918d4c
commit
d8c0c0ba0a
@ -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++){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user