1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

MSource::Gauss remove superfluous comment

This commit is contained in:
Nils Asmussen 2019-05-24 20:18:37 +01:00
parent 4e52e46a2c
commit 6064f96fde

View File

@ -106,7 +106,6 @@ void TGauss<FImpl>::execute(void)
const double fact=-0.5/std::pow(par().width,2);
const Complex i(0.0, 1.0);
//exp(fact*|n|^2 +i n.mom)
rho=zero;
for(int mu=0; mu<dim; mu++) {
LatticeCoordinate(component, mu);