From ed5537dd8ba766d7b824daa1b515c3132612facf Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 25 May 2022 16:18:12 -0600 Subject: [PATCH] Per #2147, udpate series_analysis to handle the new CTC and CTS columns for HSS_EC. --- .../core/series_analysis/series_analysis.cc | 192 +++++++++--------- 1 file changed, 99 insertions(+), 93 deletions(-) diff --git a/src/tools/core/series_analysis/series_analysis.cc b/src/tools/core/series_analysis/series_analysis.cc index fc4c9d802b..bac8095b4e 100644 --- a/src/tools/core/series_analysis/series_analysis.cc +++ b/src/tools/core/series_analysis/series_analysis.cc @@ -31,6 +31,7 @@ // of python embedding. // 011 05/28/21 Halley Gotway Add MCTS HSS_EC output. // 012 01/20/22 Halley Gotway MET #2003 Add PSTD BRIERCL output. +// 013 05/25/22 Halley Gotway MET #2147 Add CTS HSS_EC output. // //////////////////////////////////////////////////////////////////////// @@ -897,6 +898,7 @@ void do_cts(int n, const PairDataPoint *pd_ptr) { // Setup CTSInfo objects for(i=0; i " << "unsupported column name requested \"" << c