From 7ec6fb63c690080d0624c7bf138d0fd84fe7664e Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 15 May 2018 16:11:14 +0000
Subject: [PATCH] First working version, not debugged and energy assigned to vesicles on timesteps

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

diff --git a/src/general.h b/src/general.h
index 9a8feab..7676000 100644
--- a/src/general.h
+++ b/src/general.h
@@ -201,6 +201,7 @@
 
 struct ts_triangle_list{
     ts_uint n;
+	ts_double a0;
     ts_triangle **tria;
 };
 typedef struct ts_triangle_list ts_triangle_list;

--
Gitblit v1.9.3