Skip to content

Commit 0b70e6d

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "e3acda0d04" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "5e7f17f19d" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
2 parents b0fcb12 + 5e7f17f commit 0b70e6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

QuantExt/qle/termstructures/flatforwarddividendcurve.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
namespace QuantExt {
2222

2323
Date FlatForwardDividendCurve::maxDate() const {
24-
return dividendCurve_->maxDate();
25-
}
24+
return Date::maxDate(); }
2625

2726
DiscountFactor FlatForwardDividendCurve::discountImpl(Time t) const {
2827
Time maxTime = dividendCurve_->maxTime();

0 commit comments

Comments
 (0)