Skip to content

Commit d602c4a

Browse files
pcaspersjenkins
authored andcommitted
QPR-12219 default alignPillars to true if par conversion is active
1 parent db72472 commit d602c4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OREAnalytics/orea/app/oreapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ void OREApp::buildInputParameters(boost::shared_ptr<InputParameters> inputs,
713713
tmp = params_->get("sensitivity", "alignPillars", false);
714714
if (tmp != "")
715715
inputs->setAlignPillars(parseBool(tmp));
716+
else
717+
inputs->setAlignPillars(inputs->parSensi());
716718

717719
tmp = params_->get("sensitivity", "marketConfigFile", false);
718720
if (tmp != "") {

0 commit comments

Comments
 (0)