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 07546f4 commit 0bcf3a5
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 @@ -34,8 +34,8 @@ namespace QuantLib {
const ext::shared_ptr<LocalVolTermStructure>& leverageFct,
const Real mixingFactor)
: hestonProcess_(hestonProcess),
leverageFct_(leverageFct),
mixingFactor_(mixingFactor) {
mixingFactor_(mixingFactor),
leverageFct_(leverageFct) {
registerWith(hestonProcess);
update();
};
Expand Down

0 comments on commit 0bcf3a5

Please sign in to comment.