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