Skip to content

Commit

Permalink
Fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio authored Jul 26, 2022
1 parent e07ea0d commit 4447809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace QuantLib {
const Clone<ExerciseStrategy<CurveState> >& strategy,
Clone<MarketModelPathwiseMultiProduct> rebate)
: underlying_(underlying), strategy_(strategy), rebate_(std::move(rebate)),
rebateOffset_(0UL), wasCalled_(0UL), currentIndex_(0UL), callable_(true) {
rebateOffset_(0UL), wasCalled_(false), currentIndex_(0UL), callable_(true) {
Size products = underlying_->numberOfProducts();
EvolutionDescription d1 = underlying->evolution();
const std::vector<Time>& rateTimes1 = d1.rateTimes();
Expand Down

0 comments on commit 4447809

Please sign in to comment.