From 13d4451f4d12c92a2b43d8d13af43a4087744c65 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 15 May 2018 16:23:02 +0000
Subject: [PATCH] Energy assigned to the triangles

---
 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