From d9e4b136265d4f2165a56eb4011b8c17415da614 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Mon, 5 Dec 2022 14:34:58 -0700 Subject: [PATCH] #1943 load SEEPS climo if activated --- src/libcode/vx_statistics/pair_data_point.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcode/vx_statistics/pair_data_point.cc b/src/libcode/vx_statistics/pair_data_point.cc index 7d239e8f40..ca965a2520 100644 --- a/src/libcode/vx_statistics/pair_data_point.cc +++ b/src/libcode/vx_statistics/pair_data_point.cc @@ -189,7 +189,7 @@ void PairDataPoint::load_seeps_climo() { void PairDataPoint::set_seeps_thresh(const SingleThresh &p1_thresh) { if (NULL != seeps_climo) seeps_climo->set_p1_thresh(p1_thresh); else mlog << Warning << "\nPairDataPoint::set_seeps_thresh() ignored t1_threshold." - << " Load SEESP climo first\n\n"; + << " Load SEEPS climo first\n\n"; } ////////////////////////////////////////////////////////////////////////