Trisurf Monte Carlo simulator
Samo Penic
2016-06-01 ac9826b40021798ad3c207f526f64950bc293fb2
src/restore.h
@@ -1,3 +1,4 @@
/* vim: set ts=4 sts=4 sw=4 noet : */
#ifndef _H_RESTORE
#define _H_RESTORE
@@ -10,5 +11,5 @@
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);
ts_bool parseTrisurfNucleus(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur);
#endif