Skip to content

Commit 4d7685b

Browse files
pcaspersjenkins
authored andcommitted
QPR-12349 fix
1 parent 156601d commit 4d7685b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/scenario/scenariowriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void ScenarioWriter::writeScenario(const boost::shared_ptr<Scenario>& s, const b
119119
if (s->has(k))
120120
report_->add(s->get(k));
121121
else
122-
report_->add(Null<Real>());
122+
report_->add(QuantLib::Null<QuantLib::Real>());
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)