mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-02 12:47:07 +01:00
Removed unnecessary repeat of write in Weak Hamiltonian contractions
This commit is contained in:
@@ -135,6 +135,5 @@ void TWeakHamiltonianEye::execute(void)
|
||||
SUM_MU(expbuf, E_body[mu]*E_loop[mu])
|
||||
MAKE_DIAG(expbuf, corrbuf, result[E_diag], "HW_E")
|
||||
|
||||
write(writer, "HW_Eye", result[S_diag]);
|
||||
write(writer, "HW_Eye", result[E_diag]);
|
||||
write(writer, "HW_Eye", result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user