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:
@ -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];
|
||||
|
Reference in New Issue
Block a user