1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01:00

XYSampleData: variance matrix compute fix

This commit is contained in:
Antonin Portelli 2016-12-13 10:29:37 +00:00
parent 005ffeea5f
commit c6bc8c9af2

View File

@ -253,6 +253,7 @@ void XYSampleData::setDataToSample(const Index s)
const XYStatData & XYSampleData::getData(void)
{
setDataToSample(central);
computeVarMat();
return data_;
}