dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Make changes in memory allocation. Memory reservation is done, but pointers...
Samo Penic
2014-02-11
23d807748be58e5178c04304d9cc788bf122eb12
[trisurf-ng.git]
/
src
/
memory.h
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