From 0a2c81d28b72c6ab68ad418130148b144da90309 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 05 Jul 2016 14:50:38 +0000 Subject: [PATCH] Some minor changes --- src/tape | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tape b/src/tape index fe611f8..0e4f777 100644 --- a/src/tape +++ b/src/tape @@ -1,6 +1,6 @@ ####### Vesicle definitions ########### # nshell is a number of divisions of dipyramid -nshell=17 +nshell=10 # dmax is the max. bond length (in units l_min) dmax=1.7 # dmin_interspecies in the min. dist. between different vertex species (in units l_min) @@ -86,9 +86,9 @@ #NirGov branch only! #number of vertices with spontaneous curvature (integer) -number_of_vertices_with_c0=300 +number_of_vertices_with_c0=30 #spontaneous curvature (float) c0=0.5 #energy of attraction of vertices with spontaneous curvature (float, positive value for attraction) -w=10.0 +w=100.0 -- Gitblit v1.9.3