From 7ec6fb63c690080d0624c7bf138d0fd84fe7664e Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 15 May 2018 16:11:14 +0000
Subject: [PATCH] First working version, not debugged and energy assigned to vesicles on timesteps

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

diff --git a/src/tape b/src/tape
index 70f526a..9e81e14 100644
--- a/src/tape
+++ b/src/tape
@@ -26,7 +26,7 @@
 
 #Stretching
 stretchswitch=1
-xkA0=10.0
+xkA0=1.0
 
 ####### Polymer (brush) definitions ###########
 # npoly is a number of polymers attached to npoly distinct vertices on vesicle
@@ -61,7 +61,7 @@
 ####### Program Control ############
 #how many MC sweeps between subsequent records of states to disk
 #200000
-mcsweeps=2000
+mcsweeps=200
 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
 #2
 inititer=1

--
Gitblit v1.9.3