MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
seeds.hh
1 #ifndef SEEDS_H
2 #define SEEDS_H
3 
4 void createSeeds(int &, int *, int *, int *, bool);
5 
6 #endif
void createSeeds(int &ncell, int *center_x, int *center_y, int *center_z, bool report)
Initialization of seeds. Stores positions of seeds.
Definition: seeds.cc:12