Trisurf Monte Carlo simulator
Samo Penic
2016-07-07 56016c6fbb33395c5a06a0cd3f144934782ef5a2
src/restore.h
@@ -12,4 +12,6 @@
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);
ts_bool parseTrisurfConstantVolume(xmlDocPtr doc, xmlNodePtr cur);
ts_bool parseTrisurfConstantArea(xmlDocPtr doc, xmlNodePtr cur);
#endif