We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4532aab commit 2a1452cCopy full SHA for 2a1452c
2 files changed
OREAnalytics-SWIG/SWIG/orea.i
@@ -50,7 +50,7 @@
50
%}
51
52
%init %{
53
- ore::data::initBuilders();
+ ore::analytics::initBuilders();
54
55
56
%include <windows.i>
OREAnalytics-SWIG/SWIG/orea_app.i
@@ -294,8 +294,7 @@ class AnalyticsManager {
294
public:
295
AnalyticsManager(const ext::shared_ptr<InputParameters>& inputs,
296
const ext::shared_ptr<MarketDataLoader>& marketDataLoader);
297
- void runAnalytics(const std::set<std::string>& analyticTypes,
298
- const ext::shared_ptr<MarketCalibrationReport>& marketCalibrationReport = nullptr);
+ void runAnalytics(const ext::shared_ptr<MarketCalibrationReport>& marketCalibrationReport = nullptr);
299
};
300
301
%shared_ptr(MarketDataInMemoryLoader)
0 commit comments