1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 09:35:54 +01:00

removed redundant pValue private member

This commit is contained in:
AndrewYongZhenNing 2022-01-14 16:58:44 +00:00
parent a389e01aa0
commit db99951dd4

View File

@ -140,7 +140,6 @@ private:
Index nSample_, dataSample_{central};
bool initData_{true}, computeVarMat_{true};
bool initXMap_{true};
double pValMax{1}, pValMin{0};
};
/******************************************************************************