We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b1177 commit fcaaa67Copy full SHA for fcaaa67
1 file changed
QuantExt/qle/pricingengines/analyticlgmswaptionengine.cpp
@@ -187,8 +187,6 @@ void AnalyticLgmSwaptionEngine::calculate() const {
187
"higher than fixed leg's payment frequency in "
188
"analytic lgm swaption engine");
189
190
- std::cout << "float mapping " << floatSpreadMapping_ << std::endl;
191
-
192
if(floatSpreadMapping_ == simple) {
193
Real annuity = 0.0;
194
for (Size j = j1_; j < fixedLeg_.size(); ++j) {
0 commit comments