[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata settings.xml, 1.6, 1.7
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-11 18:33:43
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6549/gensrc/metadata Modified Files: settings.xml Log Message: renamed qlSetEvaluationDate->qlSettingsSetEvaluationDate renamed qlEvaluationDate->qlSettingsEvaluationDate Index: settings.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/settings.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** settings.xml 11 Oct 2006 18:20:54 -0000 1.6 --- settings.xml 11 Oct 2006 18:33:39 -0000 1.7 *************** *** 8,12 **** <Functions> ! <Procedure name='qlEvaluationDate'> <description>returns the current value of the Evaluation Date</description> <alias>QuantLib::Settings::instance().evaluationDate</alias> --- 8,12 ---- <Functions> ! <Procedure name='qlSettingsEvaluationDate'> <description>returns the current value of the Evaluation Date</description> <alias>QuantLib::Settings::instance().evaluationDate</alias> *************** *** 26,30 **** </Procedure> ! <Procedure name='qlSetEvaluationDate'> <description>sets the value of the Evaluation Date</description> <alias>QuantLibAddin::setEvaluationDate</alias> --- 26,30 ---- </Procedure> ! <Procedure name='qlSettingsSetEvaluationDate'> <description>sets the value of the Evaluation Date</description> <alias>QuantLibAddin::setEvaluationDate</alias> |