From 3b83db7eaf329b61ffd66576fb7a8221311952a5 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sun, 15 May 2016 18:44:15 +0000 Subject: [PATCH] Nicer output --- src/vesicle.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/vesicle.h b/src/vesicle.h index 2992491..e8f09fb 100644 --- a/src/vesicle.h +++ b/src/vesicle.h @@ -1,3 +1,4 @@ +/* vim: set ts=4 sts=4 sw=4 noet : */ #ifndef _VESICLE_H #define _VESICLE_H @@ -5,5 +6,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