From 93ea5d946833b4e573b38ac01131857cc364423c Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 30 Mar 2017 15:00:03 +0900 Subject: [PATCH] Pretty code --- lib/qcd/hmc/HmcRunner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/qcd/hmc/HmcRunner.h b/lib/qcd/hmc/HmcRunner.h index 53b127cf..ed9777dc 100644 --- a/lib/qcd/hmc/HmcRunner.h +++ b/lib/qcd/hmc/HmcRunner.h @@ -114,8 +114,8 @@ class NerscHmcRunnerTemplate { */ ////////////// NoSmearing SmearingPolicy; - typedef MinimumNorm2, RepresentationsPolicy > - IntegratorType; // change here to change the algorithm + // change here to change the algorithm + typedef MinimumNorm2, RepresentationsPolicy > IntegratorType; IntegratorParameters MDpar(40, 1.0); IntegratorType MDynamics(UGrid, MDpar, TheAction, SmearingPolicy);