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