Skip to content

Commit

Permalink
Reorder initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
w31ha0 committed May 23, 2020
1 parent 0bcf3a5 commit 04616fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ql/experimental/processes/hestonslvprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ namespace QuantLib {
const ext::shared_ptr<HestonProcess>& hestonProcess,
const ext::shared_ptr<LocalVolTermStructure>& leverageFct,
const Real mixingFactor)
: hestonProcess_(hestonProcess),
mixingFactor_(mixingFactor),
: mixingFactor_(mixingFactor),
hestonProcess_(hestonProcess),
leverageFct_(leverageFct) {
registerWith(hestonProcess);
update();
Expand Down

0 comments on commit 04616fd

Please sign in to comment.