Skip to content

Commit 21379a6

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "24800fcb40" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "65dbf2d64d" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "73a0129"
2 parents 885d8e9 + 65dbf2d commit 21379a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/scripting/models/gaussiancam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ RandomVariable GaussianCam::npv(const RandomVariable& amount, const Date& obsdat
658658
// store model if requried
659659

660660
if (memSlot) {
661-
storedRegressionModel_[*memSlot] = std::make_tuple(coeff, nModelStates, coordinateTransform);
661+
storedRegressionModel_[*memSlot] = std::make_tuple(coeff, nModelStates + nAddReg, coordinateTransform);
662662
}
663663

664664
} else {

0 commit comments

Comments
 (0)