mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
Zero changes. (I mean literally)
This commit is contained in:
@ -64,7 +64,7 @@ int main(int argc, char** argv) {
|
||||
LatticeFermion src(FGrid);
|
||||
random(RNG5, src);
|
||||
LatticeFermion result(FGrid);
|
||||
result = zero;
|
||||
result = Zero();
|
||||
LatticeGaugeField Umu(UGrid);
|
||||
|
||||
SU3::HotConfiguration(RNG4, Umu);
|
||||
@ -84,7 +84,7 @@ int main(int argc, char** argv) {
|
||||
LatticeFermion src_o(FrbGrid);
|
||||
LatticeFermion result_o(FrbGrid);
|
||||
pickCheckerboard(Odd, src_o, src);
|
||||
result_o = zero;
|
||||
result_o = Zero();
|
||||
|
||||
GridStopWatch CGTimer;
|
||||
|
||||
|
Reference in New Issue
Block a user