From cef6cace886115944d4abc04f37a6741c437bce1 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 08 Mar 2014 11:50:45 +0000 Subject: [PATCH] debugged seg_fault. Found error in io.h. However, it is unknown why bond_no is not equal to neigh_no --- src/tape | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tape b/src/tape index 2d9f978..18eea15 100644 --- a/src/tape +++ b/src/tape @@ -30,7 +30,7 @@ ####### Program Control ############ #how many MC sweeps between subsequent records of states to disk -mcsweeps=50 +mcsweeps=500 #how many initial mcsweeps*inititer MC sweeps before recording to disk? inititer=1 #how many records do you want on the disk iteration are there in a run? -- Gitblit v1.9.3