Trisurf Monte Carlo simulator
Samo Penic
2014-06-13 d27c077296c88b4a78288bed7454c3a60279c26e
commit | author | age
0af0cf 1 #ifndef _H_COORD
SP 2 #define _H_COORD
3 ts_coord_list *init_coord_list();
d27c07 4 ts_bool add_coord(ts_coord_list *coordlist, ts_double e1, ts_double e2, ts_double e3, ts_uint coord_type);
SP 5 ts_bool coord_list_free(ts_coord_list *coordlist);
0af0cf 6 #endif