From 56016c6fbb33395c5a06a0cd3f144934782ef5a2 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 07 Jul 2016 14:35:16 +0000
Subject: [PATCH] Fixed a bug in getting the last value when running 2.7

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

diff --git a/python/tape b/python/tape
index f207db2..53d9b82 100644
--- a/python/tape
+++ b/python/tape
@@ -55,7 +55,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