1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-30 08:34:43 +00:00

fit: various fixes

This commit is contained in:
2016-04-05 20:55:11 +01:00
parent 681d6589e2
commit 27bc092f55
4 changed files with 14 additions and 31 deletions

View File

@@ -244,7 +244,6 @@ void XYSampleData::setDataToSample(const Index s)
{
data_.y(p.first, j) = p.second[s];
}
data_.copyInterface(*this);
dataSample_ = s;
initData_ = false;
}
@@ -474,7 +473,7 @@ void XYSampleData::computeVarMat(void)
}
if (initVarMat())
{
data_.scheduleFitVarMatInit();
data_.copyInterface(*this);
scheduleFitVarMatInit(false);
}
}