[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata calendar.xml, 1.21, 1.22
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-04 11:13:35
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22819/gensrc/metadata Modified Files: calendar.xml Log Message: fix bug in looping on an input parameter of type QuantLib::Date Index: calendar.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/calendar.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** calendar.xml 4 Sep 2006 09:21:39 -0000 1.21 --- calendar.xml 4 Sep 2006 11:13:30 -0000 1.22 *************** *** 217,221 **** </EnumerationMember> ! <EnumerationMember name='qlCalendarAdvance' libraryType='QuantLib::Calendar'> <description>advances a date according to a given calendar</description> <libraryFunction>advance</libraryFunction> --- 217,221 ---- </EnumerationMember> ! <EnumerationMember name='qlCalendarAdvance' libraryType='QuantLib::Calendar' loopParameter='period'> <description>advances a date according to a given calendar</description> <libraryFunction>advance</libraryFunction> *************** *** 232,236 **** <Parameter name='period' libraryType='QuantLib::Period'> <type>string</type> ! <tensorRank>scalar</tensorRank> <description>period(s) to advance (e.g. 2D for two days , 3W for three weeks, 6M for six months, 1Y for one year)</description> </Parameter> --- 232,236 ---- <Parameter name='period' libraryType='QuantLib::Period'> <type>string</type> ! <tensorRank>vector</tensorRank> <description>period(s) to advance (e.g. 2D for two days , 3W for three weeks, 6M for six months, 1Y for one year)</description> </Parameter> *************** *** 249,253 **** <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </EnumerationMember> --- 249,253 ---- <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </EnumerationMember> |