From 8fa1c00fb99a94d41606d8e870c563194160154d Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Wed, 24 Feb 2016 13:21:25 +0000 Subject: [PATCH] Added vertices position restoration --- src/restore.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/restore.h b/src/restore.h index cb1118b..b5df851 100644 --- a/src/restore.h +++ b/src/restore.h @@ -6,4 +6,5 @@ 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); #endif -- Gitblit v1.9.3