Patches item #2873094, was opened at 2009-10-05 21:32
Message generated for change (Settings changed) made by lballabio
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2873094&group_id=12740
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sec. try: LMM in QuantLibXL 0.9.7
Initial Comment:
This patch is created for changing the declaration of the function
void AccountingEngine::multiplePathValues(SequenceStatisticsInc & stats,
Size numberOfPaths);
to
void AccountingEngine::multiplePathValues(
boost::shared_ptr<SequenceStatisticsInc> & stats,
Size numberOfPaths);
This is needed to port this function to QuantLibXL.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2873094&group_id=12740
|