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

Merge branch 'rmhmc_fix' into feature/rmhmc

This commit is contained in:
Chulwoo Jung
2020-07-23 14:47:24 -04:00
3 changed files with 50 additions and 26 deletions

View File

@ -55,7 +55,8 @@ int main(int argc, char **argv) {
// Typedefs to simplify notation
typedef GenericHMCRunner<ImplicitMinimumNorm2> HMCWrapper; // Uses the default minimum norm
// Serialiser
typedef Grid::JSONReader Serialiser;
// typedef Grid::JSONReader Serialiser;
typedef Grid::XmlReader Serialiser;
HMCWrapper TheHMC;