Skip to content

Commit

Permalink
updated total historical time to 75 years
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghan McGarry committed Jun 6, 2017
1 parent df63e9c commit 7e4c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InteractRegion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ std::vector<std::string>& InteractRegion::GetMasterFactors() {
// (where the current value of the equation is normalized to be between 0-1)
double InteractRegion::GetLikely(std::string phase, double eqn_val) {

double hist_duration = 70; // historical data covers 70 years
double hist_duration = 75; // historical data covers 70 years

std::pair<std::string, std::vector<double> > likely_pair =
likely_rescale[phase];
Expand Down

0 comments on commit 7e4c8ef

Please sign in to comment.