Skip to content

Commit 2ef6c35

Browse files
author
Shen
committed
QPR-13609: Clean redundant code
1 parent dc05eb5 commit 2ef6c35

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

OREAnalytics/orea/app/inputparameters.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,6 @@ OutputParameters::OutputParameters(const QuantLib::ext::shared_ptr<Parameters>&
10291029
fileNameMap_["xva_sensi_jacobi"] = jacobiFileName_;
10301030
fileNameMap_["xva_sensi_jacobi_inverse"] = jacobiInverseFileName_;
10311031
fileNameMap_["parshifts"] = zeroToParShiftFile_;
1032-
fileNameMap_["pca"] = pcaOutputFileName_;
10331032
vector<Size> dimOutputGridPoints;
10341033
tmp = params->get("xva", "dimOutputGridPoints", false);
10351034
if (tmp != "")

QuantExt/qle/models/hwhistoricalcalibrationmodel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <ql/math/randomnumbers/haltonrsg.hpp>
2020
#include <ql/math/interpolations/linearinterpolation.hpp>
2121

22-
#include <iostream>
2322

2423
using namespace QuantLib;
2524

0 commit comments

Comments
 (0)