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