File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ namespace OM
7171 * setDemoParameters()). */
7272 // @{
7373 static vector<double > ageGroupBounds;
74- static vector<double > ageGroupPercent;
74+ static vector<double > ageGroupPercent;
7575 // @}
7676 /* * Parameters defining smooth curve of target age-distribution.
7777 *
7878 * Set by estimateRemovalRates() (via setDemoParameters()) and used by
7979 * setupPyramid(). */
8080 // @{
81- static double mu0;
82- static double mu1;
83- static double alpha0;
84- static double alpha1;
81+ static double mu0;
82+ static double mu1;
83+ static double alpha0;
84+ static double alpha1;
8585 // rho is growth rate of human population.
86- constexpr static double rho = 0.0 ;
86+ constexpr static double rho = 0.0 ;
8787 // @}
8888 // END
8989
You can’t perform that action at this time.
0 commit comments