[QuantLibAddin-cvs] QuantLibAddin/qlo index.cpp,1.9,1.10
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-07-28 18:02:44
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13116/qlo Modified Files: index.cpp Log Message: redundant methods removed Index: index.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/index.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.cpp 28 Jul 2006 16:10:55 -0000 1.9 --- index.cpp 28 Jul 2006 17:30:21 -0000 1.10 *************** *** 38,42 **** const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS) { ! libraryObject_ = boost::shared_ptr<QuantLib::InterestRateIndex>( new QuantLib::Xibor(indexName, p, --- 38,42 ---- const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS) { ! libraryObject_ = boost::shared_ptr<QuantLib::Index>( new QuantLib::Xibor(indexName, p, *************** *** 56,60 **** const boost::shared_ptr<QuantLib::Xibor>& index) { ! libraryObject_ = boost::shared_ptr<QuantLib::InterestRateIndex>( new QuantLib::SwapIndex(familyName, years, fixingDays, crr, calendar, --- 56,60 ---- const boost::shared_ptr<QuantLib::Xibor>& index) { ! libraryObject_ = boost::shared_ptr<QuantLib::Index>( new QuantLib::SwapIndex(familyName, years, fixingDays, crr, calendar, |