From a17e910df3b4849571e5ed9cf2a7767f1b461676 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 14 Jun 2016 18:30:55 +0000 Subject: [PATCH] Fixed restarting when inititer is not 0 --- src/tape | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tape b/src/tape index dc425e4..6319c97 100644 --- a/src/tape +++ b/src/tape @@ -12,7 +12,7 @@ # Pressure calculations # (pswitch=1: calc. p*dV energy contribution) -pswitch = 1 +pswitch = 0 # pressure difference: p_inside - p_outside (in units kT/l_min^3): pressure=-10.0 @@ -57,7 +57,7 @@ mcsweeps=200 #how many initial mcsweeps*inititer MC sweeps before recording to disk? #2 -inititer=0 +inititer=10 #how many records do you want on the disk iteration are there in a run? #10000 iterations=100 -- Gitblit v1.9.3