[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata calendar.xml, 1.20, 1.21
Brought to you by:
ericehlers,
nando
|
From: Cristina D. <cdu...@us...> - 2006-09-04 09:21:43
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8599/gensrc/metadata Modified Files: calendar.xml Log Message: temporary fix:disabling loopparameter which is not handled properly Index: calendar.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/calendar.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** calendar.xml 1 Sep 2006 21:27:27 -0000 1.20 --- calendar.xml 4 Sep 2006 09:21:39 -0000 1.21 *************** *** 217,221 **** </EnumerationMember> ! <EnumerationMember name='qlCalendarAdvance' libraryType='QuantLib::Calendar' loopParameter='period'> <description>advances a date according to a given calendar</description> <libraryFunction>advance</libraryFunction> --- 217,221 ---- </EnumerationMember> ! <EnumerationMember name='qlCalendarAdvance' libraryType='QuantLib::Calendar'> <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>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> --- 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> *************** *** 249,253 **** <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </EnumerationMember> --- 249,253 ---- <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </EnumerationMember> |