Skip to content

Commit 8027115

Browse files
committed
Fix whitespace.
1 parent 1b014b4 commit 8027115

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

model/PopulationAgeStructure.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)