1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-04 05:37:06 +01:00

fix bug in HISQSmearing; move benchmark b/c i don't understand how makefiles work

This commit is contained in:
david clarke
2023-06-28 10:05:34 -06:00
parent 9015c229dc
commit 9d263d9a7d
3 changed files with 18 additions and 26 deletions

View File

@@ -98,7 +98,7 @@ int main (int argc, char** argv) {
LatticeGaugeField diff(&GRID);
diff = Umu-U_smr;
auto absDiff = norm2(diff)/norm2(Umu);
Grid_log(" |Umu-U|/|Umu| =",absDiff);
Grid_log(" |Umu-U|/|Umu| = ",absDiff);
Grid_finalize();
}