mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Minor fix
This commit is contained in:
parent
293df6cd20
commit
c68a2b9637
@ -8,8 +8,7 @@ Copyright (C) 2015
|
|||||||
|
|
||||||
Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk>
|
Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk>
|
||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
||||||
Author: neo <cossu@post.kek.jp>
|
Author: Guido Cossu <cossu@post.kek.jp>
|
||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -102,7 +102,7 @@ class HmcRunner : public BinaryHmcRunner {
|
|||||||
TheAction.push_back(Level2);
|
TheAction.push_back(Level2);
|
||||||
|
|
||||||
// Add observables
|
// Add observables
|
||||||
int SaveInterval = 2;
|
int SaveInterval = 1;
|
||||||
std::string format = std::string("IEEE64BIG");
|
std::string format = std::string("IEEE64BIG");
|
||||||
std::string conf_prefix = std::string("ckpoint_lat");
|
std::string conf_prefix = std::string("ckpoint_lat");
|
||||||
std::string rng_prefix = std::string("ckpoint_rng");
|
std::string rng_prefix = std::string("ckpoint_rng");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user