mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
MSource::Gauss remove superfluous comment
This commit is contained in:
parent
4e52e46a2c
commit
6064f96fde
@ -106,7 +106,6 @@ void TGauss<FImpl>::execute(void)
|
|||||||
const double fact=-0.5/std::pow(par().width,2);
|
const double fact=-0.5/std::pow(par().width,2);
|
||||||
const Complex i(0.0, 1.0);
|
const Complex i(0.0, 1.0);
|
||||||
|
|
||||||
//exp(fact*|n|^2 +i n.mom)
|
|
||||||
rho=zero;
|
rho=zero;
|
||||||
for(int mu=0; mu<dim; mu++) {
|
for(int mu=0; mu<dim; mu++) {
|
||||||
LatticeCoordinate(component, mu);
|
LatticeCoordinate(component, mu);
|
||||||
|
Loading…
Reference in New Issue
Block a user