Skip to content

Commit

Permalink
Merge pull request #356.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Nov 16, 2015
2 parents c996d45 + 04b5034 commit 29ab893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace QuantLib {
const boost::shared_ptr<ExtendedOrnsteinUhlenbeckProcess> process_;
const boost::shared_ptr<YieldTermStructure> rTS_;
const Size tGrid_, xGrid_, yGrid_;
const boost::shared_ptr<Shape>& shape_;
const boost::shared_ptr<Shape> shape_;
const FdmSchemeDesc schemeDesc_;
};
}
Expand Down
1 change: 1 addition & 0 deletions test-suite/vpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ void VPPTest::testKlugeExtOUMatrixDecomposition() {
new FdmKlugeExtOUOp(mesher, klugeOUProcess,
flatRate(today, 0.0, ActualActual()),
FdmBoundaryConditionSet(), 16));
op->setTime(0.1, 0.2);

Array x(mesher->layout()->size());

Expand Down

0 comments on commit 29ab893

Please sign in to comment.