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

Removed unnecessary repeat of write in Weak Hamiltonian contractions

This commit is contained in:
Lanny91
2017-02-08 12:43:13 +00:00
parent e5a7ed4362
commit 6ebf8b12b6
2 changed files with 2 additions and 4 deletions

View File

@ -137,6 +137,5 @@ void TWeakHamiltonianNonEye::execute(void)
SUM_MU(expbuf, W_i_side_loop[mu]*W_f_side_loop[mu])
MAKE_DIAG(expbuf, corrbuf, result[W_diag], "HW_W")
write(writer, "HW_NonEye", result[C_diag]);
write(writer, "HW_NonEye", result[W_diag]);
write(writer, "HW_NonEye", result);
}