merge successful with staging
[biocity.git] / src / scenarios.hh
blob21af7fcd202d341853a17f5d444c8a9c42ad8ec4
1 #include <string>
2 using std::string;
4 namespace single_pop
6 double movement_circle = 2;
8 double reproduction=0;
9 double range=0;
11 int repr_inhibit = 0;
13 string dist_life = "gsl_cdf_gaussian_P";
14 double life_a;
15 double life_b;
16 double life_c;