Trisurf Monte Carlo simulator
Samo Penic
2014-06-25 49dbdd4940aa78021f4ba516f4edb632058262bf
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