1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-29 16:14: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

@@ -36,6 +36,7 @@ FitInterface::FitInterface(void)
void FitInterface::copyInterface(const FitInterface &d)
{
*this = d;
scheduleFitVarMatInit();
}
// add dimensions //////////////////////////////////////////////////////////////
@@ -471,6 +472,7 @@ void FitInterface::registerDataPoint(const Index k, const Index j)
void FitInterface::scheduleDataCoordInit(void)
{
initDataCoord_ = true;
scheduleFitVarMatInit();
}
void FitInterface::updateDataCoord(void) const