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

why does sliceSum in Nucleon.hpp not work

This commit is contained in:
Felix Erben 2019-07-10 11:34:16 +01:00
parent 98cf20cf06
commit dc2240d2d8

View File

@ -180,13 +180,13 @@ void TNucleon<FImpl1, FImpl2, FImpl3>::execute(void)
} }
} }
/* sliceSum(c,buf,Tp); sliceSum(c,buf,Tp);
for (unsigned int t = 0; t < buf.size(); ++t) for (unsigned int t = 0; t < buf.size(); ++t)
{ {
result.corr[t] = TensorRemove(buf[t]); //result.corr[t] = TensorRemove(buf[t]);
}*/ }
// saveResult(par().output, "baryon", result); saveResult(par().output, "baryon", result);
} }
END_MODULE_NAMESPACE END_MODULE_NAMESPACE