From 8108947140ecfc116f4e1c9090499c1b4ad4c3b7 Mon Sep 17 00:00:00 2001
From: Miha <miha.fosnaric@fe.uni-lj.si>
Date: Fri, 15 Jul 2016 10:18:21 +0000
Subject: [PATCH] Mean curvature averaged over vesicle area added.

---
 src/general.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/general.h b/src/general.h
index 74293de..fa1e669 100644
--- a/src/general.h
+++ b/src/general.h
@@ -284,6 +284,10 @@
 	long int mcsweeps;
 	long int quiet;
 	long int shc;
+	long int number_of_vertices_with_c0;
+	ts_double c0;
+	ts_double w;
+	ts_double F;
 } ts_tape;
 
 

--
Gitblit v1.9.3