[QuantLibAddin-cvs] QuantLibAddin/qlo index.cpp, 1.14, 1.15 index.hpp, 1.12, 1.13
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-16 13:12:45
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1593/qlo Modified Files: index.cpp index.hpp Log Message: 1) deprecated MonthEndReference 2) Xibor constructor with endOfMonth boolean Index: index.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/index.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.cpp 28 Aug 2006 15:20:45 -0000 1.14 --- index.cpp 16 Oct 2006 13:12:41 -0000 1.15 *************** *** 35,38 **** --- 35,39 ---- const QuantLib::Calendar& calendar, QuantLib::BusinessDayConvention fltBDC, + bool endOfMonth, const QuantLib::DayCounter& fltDayCounter, const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS) *************** *** 42,46 **** p, fixingDays, crr, calendar, ! fltBDC, fltDayCounter, hYTS)); } --- 43,47 ---- p, fixingDays, crr, calendar, ! fltBDC, endOfMonth, fltDayCounter, hYTS)); } Index: index.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/index.hpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.hpp 28 Aug 2006 15:20:45 -0000 1.12 --- index.hpp 16 Oct 2006 13:12:41 -0000 1.13 *************** *** 41,44 **** --- 41,45 ---- const QuantLib::Calendar& calendar, QuantLib::BusinessDayConvention fltBDC, + bool endOfMonth, const QuantLib::DayCounter& fltDayCounter, const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS); |