mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
Zero changes, literally
This commit is contained in:
@ -56,8 +56,8 @@ int main (int argc, char ** argv)
|
||||
RealD N2 = 1.0/::sqrt(norm2(src));
|
||||
src = src*N2;
|
||||
|
||||
GparityLatticeFermionF result(FGrid); result=zero;
|
||||
GparityLatticeFermionF ref(FGrid); ref=zero;
|
||||
GparityLatticeFermionF result(FGrid); result=Zero();
|
||||
GparityLatticeFermionF ref(FGrid); ref=Zero();
|
||||
GparityLatticeFermionF tmp(FGrid);
|
||||
GparityLatticeFermionF err(FGrid);
|
||||
|
||||
|
Reference in New Issue
Block a user