dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Cahnged capping on the end of the line
Samo Penic
2014-06-13
5b9ee8bd462b8be998c011f2d0be594fc6f7bf06
[trisurf-ng.git]
/
src
/
coord.h
1
2
3
4
5
6
#ifndef _H_COORD
#define _H_COORD
ts_coord_list *init_coord_list();
ts_bool add_coord(ts_coord_list *coordlist, ts_double e1, ts_double e2, ts_double e3, ts_uint coord_type);
ts_bool coord_list_free(ts_coord_list *coordlist);
#endif