Trisurf Monte Carlo simulator
Samo Penic
2010-11-28 a2a67644115039486dc07aa4d9d636267f99b22a
1
2
3
4
5
6
#ifndef _H_CELL
#define _H_CELL
inline ts_uint vertex_self_avoidance(ts_vesicle *vesicle, ts_vertex *vtx);
ts_bool cell_occupation_number_and_internal_proximity(ts_cell_list *clist,
ts_uint cellidx, ts_vertex *vtx, ts_vertex *tvtx);
#endif