Trisurf Monte Carlo simulator
Samo Penic
2014-02-11 23d807748be58e5178c04304d9cc788bf122eb12
commit | author | age
23d807 1 #ifndef _h_memory
SP 2 #define _h_memory
3 #include "general.h"
4
5 #define MAX_TRISTAR 8
6 #define MAX_VTXNEIGH 7
7 #define MAX_CELL_OCCUPANCY 8
8 ts_bool init_memory_block(ts_memory *mem);
9 #endif