Skip to content

Commit

Permalink
More concise default
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 6, 2024
1 parent 072a71e commit f1ed886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/pricingengines/bond/bondfunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace QuantLib {
static Rate atmRate(const Bond& bond,
const YieldTermStructure& discountCurve,
Date settlementDate = Date(),
Bond::Price price = Null<Bond::Price>());
Bond::Price price = {});
//@}

//! \name Yield (a.k.a. Internal Rate of Return, i.e. IRR) functions
Expand Down

0 comments on commit f1ed886

Please sign in to comment.