From 4cd87e606e69f3157795ff397e045815cbe0ca2a Mon Sep 17 00:00:00 2001 From: Seth Linden Date: Wed, 21 Jul 2021 16:04:57 -0600 Subject: [PATCH] Per issue #1843 added Scatter Index (si) to CNTinfo class. SL --- met/src/libcode/vx_statistics/met_stats.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/met/src/libcode/vx_statistics/met_stats.h b/met/src/libcode/vx_statistics/met_stats.h index 38d5b3bafd..9f29299333 100644 --- a/met/src/libcode/vx_statistics/met_stats.h +++ b/met/src/libcode/vx_statistics/met_stats.h @@ -185,6 +185,9 @@ class CNTInfo { CIInfo e10, e25, e50, e75, e90, eiqr; CIInfo mad; + // Scatter Index + CIInfo si; + int n_ranks, frank_ties, orank_ties; void clear();