|
From: SourceForge.net <no...@so...> - 2012-01-19 12:33:21
|
Bugs item #3476025, was opened at 2012-01-19 04:33 Message generated for change (Tracker Item Submitted) made by simon_ibbotson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3476025&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: Open Resolution: None Priority: 5 Private: No Submitted By: Simon (simon_ibbotson) Assigned to: Nobody/Anonymous (nobody) Summary: Code error in fdmblackscholesmesher.cpp Initial Comment: Line 68 currently reads " std::pair<Real,Real>(std::log(cPoint.first),cPoint.second)));" it should read " std::pair<Real,Real>(std::log(cPoint.first),std::log(cPoint.second)))); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3476025&group_id=12740 |