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 |