From 74bf1e608f0c51841876d1f36c47180b4eedc6d4 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 27 Feb 2019 21:17:17 +0000 Subject: [PATCH] Moved plugins into separate directory --- 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