Skip to content

Commit

Permalink
Merge pull request #1206.
Browse files Browse the repository at this point in the history
Add the implementation of AbcdAtmVolCurve::endCriteria().
  • Loading branch information
lballabio authored Oct 11, 2021
2 parents 82e32f9 + 5c5e7d0 commit d782f21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ql/experimental/volatility/abcdatmvolcurve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ namespace QuantLib {
inline Real AbcdAtmVolCurve::maxError() const {
return interpolation_->maxError();
}

inline EndCriteria::Type AbcdAtmVolCurve::endCriteria() const {
return interpolation_->endCriteria();
}
}

#endif

0 comments on commit d782f21

Please sign in to comment.