From a3dbf0899f9a077c025136336b597ae9b22e414f Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Fri, 26 Feb 2016 10:34:38 +0000 Subject: [PATCH] Basic vesicle is dumped and restored, however, memory is not ok. --- src/restore.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/restore.h b/src/restore.h index cb1118b..414bb62 100644 --- a/src/restore.h +++ b/src/restore.h @@ -6,4 +6,6 @@ ts_bool parseTrisurfVtxn(ts_vertex_list *vlist, xmlDocPtr doc, xmlNodePtr cur); ts_bool parseTrisurfTria(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