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=12740Please 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------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev