1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Zero changes. (I mean literally)

This commit is contained in:
paboyle
2018-01-27 23:46:02 +00:00
parent be7b37b9c9
commit 98af36217a
92 changed files with 302 additions and 303 deletions

View File

@ -67,7 +67,7 @@ int main (int argc, char ** argv)
neg = -pos;
zz = ComplexD(0.0,0.0);
Charge=zero;
Charge=Zero();
// Parallel plate capacitor
{
@ -90,7 +90,7 @@ int main (int argc, char ** argv)
std::vector<LatticeComplexD> k(4,&GRID);
LatticeComplexD ksq(&GRID);
ksq=zero;
ksq=Zero();
for(int mu=0;mu<nd;mu++) {
Integer L=latt_size[mu];