Skip to content

Commit

Permalink
Merge pull request #952 from guitargeek/FastVerticalInterpHistPdf2Bas…
Browse files Browse the repository at this point in the history
…e_ub

Avoid problems with `FastVerticalInterpHistPdf2Base` initialization
  • Loading branch information
anigamova authored Jun 7, 2024
2 parents 7850eea + 6d80723 commit 3b3c701
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/VerticalInterpHistPdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -772,14 +772,9 @@ FastVerticalInterpHistPdf2Base::FastVerticalInterpHistPdf2Base(const FastVertica
_coefList("coefList", this, other._coefList),
_smoothRegion(other._smoothRegion),
_smoothAlgo(other._smoothAlgo),
_initBase(other._initBase),
_initBase(false),
_morphs(other._morphs), _morphParams(other._morphParams)
{
if (_initBase) {
// Morph params are already set, but we must set the sentry
_sentry.addVars(_coefList);
_sentry.setValueDirty();
}
}

//_____________________________________________________________________________
Expand Down

0 comments on commit 3b3c701

Please sign in to comment.