Trisurf Monte Carlo simulator
Samo
2012-07-10 8f94c84216247a1edd9f6cf756a167be35ed8057
1
2
3
4
5
6
#ifndef _H_FRAME
#define _H_FRAME
ts_bool centermass(ts_vesicle *vesicle);
ts_bool cell_occupation(ts_vesicle *vesicle);
 
#endif