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