From 073d280dc5a623a6810abbe384a07584fdc866be Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Fri, 24 Feb 2017 10:20:57 +0000 Subject: [PATCH] Added missing files --- src/io.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/io.h b/src/io.h index 2243555..6ca8331 100644 --- a/src/io.h +++ b/src/io.h @@ -72,7 +72,7 @@ * @param *text is a description line (max. 255 characters) to be included in the file */ ts_bool write_vertex_vtk_file(ts_vesicle *vesicle,ts_char *filename, ts_char *text); -ts_bool write_vertex_xml_file(ts_vesicle *vesicle, ts_uint timestepno); +ts_bool write_vertex_xml_file(ts_vesicle *vesicle, ts_uint timestepno, ts_cluster_list *cstlist); ts_bool write_master_xml_file(ts_char *filename); ts_bool write_pov_file(ts_vesicle *vesicle, char *filename); -- Gitblit v1.9.3