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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user