1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Minor fix

This commit is contained in:
Guido Cossu
2016-10-10 11:54:58 +01:00
parent 293df6cd20
commit c68a2b9637
2 changed files with 2 additions and 3 deletions

View File

@ -102,7 +102,7 @@ class HmcRunner : public BinaryHmcRunner {
TheAction.push_back(Level2);
// Add observables
int SaveInterval = 2;
int SaveInterval = 1;
std::string format = std::string("IEEE64BIG");
std::string conf_prefix = std::string("ckpoint_lat");
std::string rng_prefix = std::string("ckpoint_rng");