[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata ohfunctions.xml, 1.9, 1.10
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-10-09 09:48:43
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30439/gensrc/metadata Modified Files: ohfunctions.xml Log Message: fix for The Bug of the Day Index: ohfunctions.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/ohfunctions.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ohfunctions.xml 7 Oct 2006 12:44:58 -0000 1.9 --- ohfunctions.xml 9 Oct 2006 09:48:38 -0000 1.10 *************** *** 286,290 **** </Procedure> ! <Procedure name='ohParseField'> <description>Extract the ith number from a whitespace-delimited list of fields</description> <alias>ObjHandler::parseField</alias> --- 286,290 ---- </Procedure> ! <Procedure name='ohParseField' dependencyTrigger='False'> <description>Extract the ith number from a whitespace-delimited list of fields</description> <alias>ObjHandler::parseField</alias> *************** *** 304,311 **** <description>index (1-based) of desired field</description> </Parameter> </Parameters> </ParameterList> <ReturnValue> ! <type>double</type> <tensorRank>scalar</tensorRank> </ReturnValue> --- 304,321 ---- <description>index (1-based) of desired field</description> </Parameter> + <Parameter name='dataType' default='"NUMBER"'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>expected datatype - NUMBER or STRING (default = NUMBER)</description> + </Parameter> + <Parameter name='delim' default='"[:space:]"'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>delimiter (default = whitespace)</description> + </Parameter> </Parameters> </ParameterList> <ReturnValue> ! <type>any</type> <tensorRank>scalar</tensorRank> </ReturnValue> |