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