From db99951dd448a6d1b8b9005ab1397169ac8c6537 Mon Sep 17 00:00:00 2001 From: AndrewYongZhenNing Date: Fri, 14 Jan 2022 16:58:44 +0000 Subject: [PATCH] removed redundant pValue private member --- lib/Statistics/XYSampleData.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Statistics/XYSampleData.hpp b/lib/Statistics/XYSampleData.hpp index 8e9def6..59e9bb7 100644 --- a/lib/Statistics/XYSampleData.hpp +++ b/lib/Statistics/XYSampleData.hpp @@ -140,7 +140,6 @@ private: Index nSample_, dataSample_{central}; bool initData_{true}, computeVarMat_{true}; bool initXMap_{true}; - double pValMax{1}, pValMin{0}; }; /******************************************************************************