From eb7d7ef09dce79ec0c95f8e8779abe963c4043f2 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 25 Dec 2018 19:49:00 +0000 Subject: [PATCH] First working version of plugins --- src/tape | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tape b/src/tape index cb09003..9d7363b 100644 --- a/src/tape +++ b/src/tape @@ -100,6 +100,6 @@ #plane confinement plane_confinement_switch=1 #final plane distance (float in lmin) -plane_d=15 +plane_d=10 #plane to vesicle repulsion force while closing -plane_F=1000 +plane_F=10 -- Gitblit v1.9.3