From 3c772b77bab770a167924b17e248aa2dd022e38a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@altea> Date: Tue, 16 Feb 2016 19:48:43 +0000 Subject: [PATCH] Small fix, so it compiles --- src/tape | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tape b/src/tape index a604c91..3e6290b 100644 --- a/src/tape +++ b/src/tape @@ -1,6 +1,6 @@ ####### Vesicle definitions ########### # nshell is a number of divisions of dipyramid -nshell=17 +nshell=19 # 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) -- Gitblit v1.9.3