[QuantLibAddin-cvs] QuantLibAddin/qlo swaptionvolstructure.hpp, 1.12, 1.13
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-08-31 16:25:46
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4504/qlo Modified Files: swaptionvolstructure.hpp Log Message: VC7 fixes Index: swaptionvolstructure.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swaptionvolstructure.hpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** swaptionvolstructure.hpp 31 Aug 2006 15:43:22 -0000 1.12 --- swaptionvolstructure.hpp 31 Aug 2006 16:25:38 -0000 1.13 *************** *** 53,57 **** const std::vector<QuantLib::Date>& exerciseDates, const std::vector<QuantLib::Period>& lengths, ! const std::vector<std::vector<QuantLib::Handle<QuantLib::Quote>>>& vols, const QuantLib::DayCounter& dayCounter); std::vector<long> locate(const QuantLib::Date& d, --- 53,57 ---- const std::vector<QuantLib::Date>& exerciseDates, const std::vector<QuantLib::Period>& lengths, ! const std::vector<std::vector<QuantLib::Handle<QuantLib::Quote> > >& vols, const QuantLib::DayCounter& dayCounter); std::vector<long> locate(const QuantLib::Date& d, |