Skip to content

Commit be8b0d5

Browse files
committed
removed extraneous comments
1 parent bc5eaf3 commit be8b0d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/preseq.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,6 @@ pop_size(const int argc, const char **argv) {
15831583
size_t orig_max_terms = 100;
15841584
double max_extrap = 0.0;
15851585
double step_size = 0.0;
1586-
// TL: desired number of steps for extrap
15871586
size_t n_desired_steps = 50;
15881587
size_t n_bootstraps = 100;
15891588
int diagonal = 0;
@@ -1768,8 +1767,6 @@ pop_size(const int argc, const char **argv) {
17681767
if (VERBOSE)
17691768
cerr << "[ESTIMATING YIELD CURVE]" << endl;
17701769

1771-
// TL: determine step size based on initial counts.
1772-
//
17731770
vector<double> yield_estimates;
17741771

17751772
if (SINGLE_ESTIMATE) {

0 commit comments

Comments
 (0)