From a61c001cd35ff70a314ef417c4beda9c7e68d3ad Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 13 Jun 2014 19:52:04 +0000
Subject: [PATCH] It works, png is output. The only problem is that some triangles are missing

---
 src/cross-section.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cross-section.h b/src/cross-section.h
index 6aa3f6b..dea5e8c 100644
--- a/src/cross-section.h
+++ b/src/cross-section.h
@@ -1,5 +1,5 @@
 #ifndef _H_CROSS_SECTION
 #define _H_CROSS_SECTION
-
+ts_coord_list *get_crossection_with_plane(ts_vesicle *vesicle,ts_double a,ts_double b,ts_double c, ts_double d);
+ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
 #endif
-

--
Gitblit v1.9.3