From e297565ae34d6cc62f41810a261adbeef576af7b Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 16 Feb 2016 15:42:49 +0000 Subject: [PATCH] Changed the way the information on the version is inserted into the code --- src/vesicle.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/vesicle.h b/src/vesicle.h index 2992491..50a9e3e 100644 --- a/src/vesicle.h +++ b/src/vesicle.h @@ -5,5 +5,5 @@ ts_bool vesicle_translate(ts_vesicle *vesicle,ts_double x, ts_double y, ts_double z); ts_bool vesicle_free(ts_vesicle *vesicle); ts_bool vesicle_volume(ts_vesicle *vesicle); - +ts_bool vesicle_area(ts_vesicle *vesicle); #endif -- Gitblit v1.9.3