Skip to content

Commit 4a4bd92

Browse files
pcaspersjenkins
authored andcommitted
QPR-11618 formatting
1 parent 1e0a002 commit 4a4bd92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

QuantExt/qle/methods/fdmlgmop.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ class FdmLgmOp : public FdmLinearOpComposite {
4848
std::vector<QuantLib::SparseMatrix> toMatrixDecomp() const override;
4949
#endif
5050
private:
51-
ext::shared_ptr<FdmMesher> mesher_;
52-
ext::shared_ptr<StochasticProcess1D> process_;
53-
FirstDerivativeOp dxMap_;
54-
TripleBandLinearOp dxxMap_;
51+
ext::shared_ptr<FdmMesher> mesher_;
52+
ext::shared_ptr<StochasticProcess1D> process_;
53+
FirstDerivativeOp dxMap_;
54+
TripleBandLinearOp dxxMap_;
5555
TripleBandLinearOp mapT_;
5656
};
5757
} // namespace QuantExt

0 commit comments

Comments
 (0)