Trisurf Monte Carlo simulator
Samo Penic
2010-11-28 a10dd5c18fbf0b6d5746827f7a9ebfc078563d4a
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