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:
parent
98cf20cf06
commit
dc2240d2d8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user