From 28efdb702e43122822884d01a02a450885b7085e Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Mon, 29 Feb 2016 08:47:16 +0000 Subject: [PATCH] Moving in right direction... still lots of errors --- src/restore.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/restore.h b/src/restore.h index 9118568..16efff2 100644 --- a/src/restore.h +++ b/src/restore.h @@ -3,5 +3,11 @@ ts_bool parseDump(char *dumpfname); ts_vesicle *parseTrisurfTag(xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseTrisurfVtxn(ts_vertex_list *vlist, xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseTrisurfTria(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseTrisurfTriaNeigh(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseTrisurfTristar(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseXMLVertexPosition(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur); +ts_bool parseXMLBonds(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur); #endif -- Gitblit v1.9.3