[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata termstructures.xml, 1.9, 1.10
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-06-16 10:14:33
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6228/gensrc/metadata Modified Files: termstructures.xml Log Message: support for - objects as input parameters which may default to null pointers - instantiation of a QuantLib::Handle which is not linked to an Observable Index: termstructures.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** termstructures.xml 15 Jun 2006 20:23:55 -0000 1.9 --- termstructures.xml 16 Jun 2006 10:14:30 -0000 1.10 *************** *** 336,340 **** <ParameterList> <Parameters> ! <Parameter name='termStructureID' libraryClass='YieldTermStructure'> <type>string</type> <tensorRank>scalar</tensorRank> --- 336,340 ---- <ParameterList> <Parameters> ! <Parameter name='termStructureID' libraryClass='YieldTermStructure' default='""'> <type>string</type> <tensorRank>scalar</tensorRank> |