Trisurf Monte Carlo simulator
Samo Penic
2010-11-27 73771431acbfbd1ffa2f3aeabb21fed9016fca42
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