From c68a2b9637995072670d4eb667406669b3b7baf1 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Mon, 10 Oct 2016 11:54:58 +0100 Subject: [PATCH] Minor fix --- lib/qcd/hmc/integrators/Integrator.h | 3 +-- tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/qcd/hmc/integrators/Integrator.h b/lib/qcd/hmc/integrators/Integrator.h index d37d9271..29c1912d 100644 --- a/lib/qcd/hmc/integrators/Integrator.h +++ b/lib/qcd/hmc/integrators/Integrator.h @@ -8,8 +8,7 @@ Copyright (C) 2015 Author: Azusa Yamaguchi Author: Peter Boyle -Author: neo -Author: paboyle +Author: Guido Cossu 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 diff --git a/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc b/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc index 3e76c015..6a5b6f52 100644 --- a/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc +++ b/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc @@ -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");