From ed31fe06aaefdb17052ad74cedd561c38d956621 Mon Sep 17 00:00:00 2001
From: Miha <mihaf@beti.(none)>
Date: Fri, 13 Jul 2012 13:04:40 +0000
Subject: [PATCH] Added vertex move in a sphere with radius stepsize (not cube as before).

---
 src/io.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/io.c b/src/io.c
index 7421f0d..f993e72 100644
--- a/src/io.c
+++ b/src/io.c
@@ -296,6 +296,8 @@
 
 ts_bool parsetape(ts_vesicle *vesicle,ts_uint *iterations){
     long int nshell=17,ncxmax=60, ncymax=60, nczmax=60;  // THIS IS DUE TO CONFUSE BUG!
+    char buf[255];
+    long int brezveze=1;
     ts_double xk0=25.0, dmax=1.67,stepsize=0.15;
     *iterations=1000;
     cfg_opt_t opts[] = {
@@ -308,6 +310,10 @@
         CFG_SIMPLE_INT("nzmax", &nczmax),
         CFG_SIMPLE_INT("iterations",iterations),
         CFG_SIMPLE_BOOL("quiet",&quiet),
+        CFG_SIMPLE_STR("multiprocessing",buf),
+        CFG_SIMPLE_INT("smp_cores",&brezveze),
+        CFG_SIMPLE_INT("cluster_nodes",&brezveze),
+        CFG_SIMPLE_INT("distributed_processes",&brezveze),
         CFG_END()
     };
     cfg_t *cfg;    

--
Gitblit v1.9.3