MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
walls.hh
1 #ifndef WALLS_H
2 #define WALLS_H
3 
4 void makeWalls(int ***, int, int *, int *, int *, bool);
5 
6 #endif
void makeWalls(int ***amat, int ncell, int *center_x, int *center_y, int *center_z, bool report)
Creates walls based on position of seeds and Voronoi tessellation.
Definition: walls.cc:23