From 6c9b377a53386ac22a91df1726d2d15dd1cc57a2 Mon Sep 17 00:00:00 2001 From: Timothy Daley Date: Tue, 1 Dec 2015 16:14:38 -0800 Subject: [PATCH] add defect mode in when bootstrapping, forgot to push estimated vector --- preseq.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/preseq.cpp b/preseq.cpp index aafddb2..2f59319 100644 --- a/preseq.cpp +++ b/preseq.cpp @@ -328,6 +328,7 @@ extrap_bootstrap(const bool VERBOSE, const bool DEFECTS, sample_size += bin_step_size; } // no checking of curve in defect mode + bootstrap_estimates.push_back(yield_vector); if (VERBOSE) cerr << '.'; } else{