From 27e2fca83b9d4819b8258a361c873d4ead734148 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Thu, 9 Jun 2022 13:43:08 -0600 Subject: [PATCH] Per #2170, do not call clear() first since it resets obs_thresh to NA when it should not. --- met/src/libcode/vx_statistics/ens_stats.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/met/src/libcode/vx_statistics/ens_stats.cc b/met/src/libcode/vx_statistics/ens_stats.cc index 8349258ef0..d7c0e2c088 100644 --- a/met/src/libcode/vx_statistics/ens_stats.cc +++ b/met/src/libcode/vx_statistics/ens_stats.cc @@ -225,9 +225,6 @@ void ECNTInfo::set(const PairDataEnsemble &pd) { double fbar, obar, ffbar, oobar, fobar; NumArray cur; - // Initalize - clear(); - // Store the number of ensemble members n_ens = pd.n_ens;