From bc9583f9f05c86aa21da0d1b9081660a64d9ce31 Mon Sep 17 00:00:00 2001
From: mihaf <miha.fosnaric@gmail.com>
Date: Wed, 26 Mar 2014 14:06:52 +0000
Subject: [PATCH] pswitch can be changed on the fly.

---
 src/tape |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tape b/src/tape
index e7e42e7..2ad7f21 100644
--- a/src/tape
+++ b/src/tape
@@ -44,11 +44,11 @@
 
 ####### Program Control ############
 #how many MC sweeps between subsequent records of states to disk
-mcsweeps=1000
+mcsweeps=10000
 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
 inititer=0
 #how many records do you want on the disk iteration are there in a run?
-iterations=100
+iterations=2000
 
 
 #shut up if we are using cluster!!!

--
Gitblit v1.9.3