[QuantLibAddin-cvs] QuantLibAddin/gensrc/config excel.xml,1.4,1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-26 19:05:19
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/config In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26816/gensrc/config Modified Files: excel.xml Log Message: new function qlFunctionCount() to return the number of functions in the Addin Index: excel.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/config/excel.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** excel.xml 11 Jul 2006 13:30:52 -0000 1.4 --- excel.xml 26 Sep 2006 19:05:13 -0000 1.5 *************** *** 17,20 **** --- 17,22 ---- </implicitConversions> + <functionCount>true</functionCount> + </root> |