[QuantLibAddin-cvs] QuantLibAddin/qlo swaptionvolstructure.hpp, 1.14, 1.15
Brought to you by:
ericehlers,
nando
|
From: Mario P. <mar...@us...> - 2006-09-05 07:26:49
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11661/qlo Modified Files: swaptionvolstructure.hpp Log Message: name change Index: swaptionvolstructure.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swaptionvolstructure.hpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** swaptionvolstructure.hpp 4 Sep 2006 15:04:06 -0000 1.14 --- swaptionvolstructure.hpp 5 Sep 2006 07:26:45 -0000 1.15 *************** *** 94,98 **** const boost::shared_ptr<QuantLib::Xibor>& iborIndexShortTenor, double beta = QuantLib::Null<double>(), ! double maxError = 1E-4); }; } --- 94,98 ---- const boost::shared_ptr<QuantLib::Xibor>& iborIndexShortTenor, double beta = QuantLib::Null<double>(), ! double maxTolerance = 1E-4); }; } |