dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Small fix, so it compiles
Samo Penic
2016-02-16
3c772b77bab770a167924b17e248aa2dd022e38a
[trisurf-ng.git]
/
src
/
restore.h
1
2
3
4
5
6
7
#ifndef _H_RESTORE
#define _H_RESTORE
ts_bool parseDump(char *dumpfname);
ts_vesicle *parseTrisurfTag(xmlDocPtr doc, xmlNodePtr cur);
#endif