mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Possible trash commit
This commit is contained in:
@ -39,7 +39,8 @@ class TMesonFieldGamma : public Module<MesonFieldPar>
|
||||
public:
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(Result,
|
||||
Gamma::Algebra, gamma,
|
||||
std::vector<std::vector<std::vector<ComplexD>>>, MesonField);
|
||||
std::vector<std::vector<std::vector<ComplexD>>>, MesonField,
|
||||
ComplexD, last);
|
||||
};
|
||||
|
||||
public:
|
||||
@ -178,7 +179,7 @@ void TMesonFieldGamma<FImpl>::execute(void)
|
||||
LOG(Message) << "MF for i = " << i << " of " << N << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
result[0].last = MesonField_ij[7];
|
||||
saveResult(par().output, "meson", result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user