[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata termstructures.xml,1.2,1.3
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-05-29 17:52:37
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19677/gensrc/metadata Modified Files: termstructures.xml Log Message: parameter renamed Index: termstructures.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** termstructures.xml 24 May 2006 11:05:35 -0000 1.2 --- termstructures.xml 29 May 2006 17:52:30 -0000 1.3 *************** *** 382,389 **** <description>vector of dates</description> </Parameter> ! <Parameter name='iPol'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>Interpolate Flag</description> </Parameter> <Parameter name='trigger' ignore='true'> --- 382,389 ---- <description>vector of dates</description> </Parameter> ! <Parameter name='allowExtrapolation'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>Extrapolation Flag (TRUE allows extrapolation)</description> </Parameter> <Parameter name='trigger' ignore='true'> *************** *** 544,548 **** <functionCategory>QuantLib</functionCategory> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Date'> --- 544,548 ---- <functionCategory>QuantLib</functionCategory> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Date'> *************** *** 558,562 **** <functionCategory>QuantLib</functionCategory> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Date'> --- 558,562 ---- <functionCategory>QuantLib</functionCategory> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Date'> |