dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix: the 2d contour of cross-section is calculated only if shperical harmon...
Samo Penic
2014-06-13
8a72f3f1dbe2bb440de3d788f33ecfb46f1f604c
[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