[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.24, 1.25
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-08 18:44:09
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8690/gensrc/metadata Modified Files: date.xml Log Message: fixed IMM functions Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** date.xml 8 Jan 2007 11:26:35 -0000 1.24 --- date.xml 8 Jan 2007 18:44:03 -0000 1.25 *************** *** 210,214 **** </Procedure> - <!-- wrong results if date is a loopParameter, crashes as it is --> <Procedure name='qlIsIMMdate' loopParameter='date'> <description>returns whether or not the given date is an IMM date.</description> --- 210,213 ---- *************** *** 323,327 **** <description>date with respect to which the next IMM codes are calculated</description> </Parameter> ! <Parameter name='mainCycle'> <type>bool</type> <tensorRank>vector</tensorRank> --- 322,326 ---- <description>date with respect to which the next IMM codes are calculated</description> </Parameter> ! <Parameter name='mainCycle' default='std::vector<bool>()'> <type>bool</type> <tensorRank>vector</tensorRank> *************** *** 401,405 **** <description>date with respect to which the next IMM dates are calculated</description> </Parameter> ! <Parameter name='mainCycle'> <type>bool</type> <tensorRank>vector</tensorRank> --- 400,404 ---- <description>date with respect to which the next IMM dates are calculated</description> </Parameter> ! <Parameter name='mainCycle' default='std::vector<bool>(40, true)'> <type>bool</type> <tensorRank>vector</tensorRank> |