1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

TODO: Felix, please fix. I commented this out because of compiler errors

This commit is contained in:
Michael Marshall 2019-08-01 20:51:51 +01:00
parent 723457d467
commit e598178d94

View File

@ -187,7 +187,8 @@ void TBaryon2<FImpl1, FImpl2, FImpl3>::execute(void)
diquark = BaryonUtils<FIMPL>::quarkContract13(q2*GammaB,GammaB*q3);
//result = trace(GammaA*GammaA * traceColour(q1*traceSpin(diquark))) + 2.0 * trace(GammaA*GammaA*traceColour(q1*diquark));
result = trace(q1*diquark);
//result = trace(q1*diquark); // TODO: Apologies, Felix - compiler errors
assert( 0 && "TODO: Felix, please fix prior line - compiler errors" );
sliceSum(c,buf,Tp);