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

Switched from XmlWriter to CorrWriter in contraction code

This commit is contained in:
Lanny91
2017-02-08 16:13:44 +00:00
parent 00d29153f0
commit d7464aa0fe
4 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ void TWeakHamiltonianNonEye::execute(void)
<< par().q2 << ", '" << par().q3 << "' and '" << par().q4
<< "'." << std::endl;
XmlWriter writer(par().output);
CorrWriter writer(par().output);
PropagatorField &q1 = *env().template getObject<PropagatorField>(par().q1);
PropagatorField &q2 = *env().template getObject<PropagatorField>(par().q2);
PropagatorField &q3 = *env().template getObject<PropagatorField>(par().q3);