From 80f2a33e4b55c7259bdb4bff66a0ce12b96edd80 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 11 Jul 2016 19:29:28 +0000
Subject: [PATCH] Merge branch 'master' of bitbucket.org:samop/trisurf-ng

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

diff --git a/src/io.c b/src/io.c
index f488ebe..2c76fd2 100644
--- a/src/io.c
+++ b/src/io.c
@@ -888,7 +888,6 @@
 
     	fprintf(fh,"</DataArray>\n");
 	
-	
 	fprintf(fh,"</PointData>\n<CellData>\n</CellData>\n<Points>\n<DataArray type=\"Float64\" Name=\"Koordinate tock\" NumberOfComponents=\"3\" format=\"ascii\">\n");
 	for(i=0;i<vlist->n;i++){
 		fprintf(fh,"%.17e %.17e %.17e\n",vtx[i]->x,vtx[i]->y, vtx[i]->z);
diff --git a/src/tape b/src/tape
index 69fd056..a7baa73 100644
--- a/src/tape
+++ b/src/tape
@@ -39,7 +39,7 @@
 # nfono is a number of monomers in each filament
 nfono=3
 # Persistence lenght of the filaments (in units l_min)
-xi=0
+xi=100
 
 ####### Nucleus (inside the vesicle) ###########
 # Radius of an impenetrable hard sphere inside the vesicle
@@ -71,6 +71,8 @@
 
 #shut up if we are using cluster!!!
 quiet=false
+ 
+
 
 #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
 #currently only none makes sense.

--
Gitblit v1.9.3