Trisurf Monte Carlo simulator
Samo Penic
2010-11-26 d7639a9b92bef4ee43ed2d3241e7d147d2e81e80
commit | author | age
d7639a 1 #ifndef _H_CELL
SP 2 #define _H_CELL
3 inline ts_uint vertex_self_avoidance(ts_vesicle *vesicle, ts_vertex *vtx);
4 ts_bool cell_occupation_number_and_internal_proximity(ts_cell_list *clist,
5 ts_uint cellidx, ts_vertex *vtx, ts_vertex *tvtx);
6 #endif