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/main.c |    1 +
 src/tape   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index fa4b872..eef5835 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,6 +45,7 @@
 		// nove vrednosti iz tapea...
 		vesicle->bending_rigidity=tape->xk0;
 		vtx_set_global_values(vesicle);
+		vesicle->pswitch =tape->pswitch;
 		vesicle->pressure=tape->pressure;
 		vesicle->dmax=tape->dmax*tape->dmax;
 		poly_assign_filament_xi(vesicle,tape);
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