Skip to content

Commit

Permalink
removed extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
terencewtli committed Oct 5, 2020
1 parent bc5eaf3 commit be8b0d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/preseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,6 @@ pop_size(const int argc, const char **argv) {
size_t orig_max_terms = 100;
double max_extrap = 0.0;
double step_size = 0.0;
// TL: desired number of steps for extrap
size_t n_desired_steps = 50;
size_t n_bootstraps = 100;
int diagonal = 0;
Expand Down Expand Up @@ -1768,8 +1767,6 @@ pop_size(const int argc, const char **argv) {
if (VERBOSE)
cerr << "[ESTIMATING YIELD CURVE]" << endl;

// TL: determine step size based on initial counts.
//
vector<double> yield_estimates;

if (SINGLE_ESTIMATE) {
Expand Down

0 comments on commit be8b0d5

Please sign in to comment.