[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.16,1.17
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-06-24 22:32:18
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6458/b1_ADT Modified Files: b1_ADT.csproj Log Message: Added AdvancedFunctions class to the project, in order to compute functions like the semivariance (and other Lower Partial Moments - LPM) Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** b1_ADT.csproj 7 Jun 2005 15:08:13 -0000 1.16 --- b1_ADT.csproj 24 Jun 2005 22:32:09 -0000 1.17 *************** *** 213,216 **** --- 213,221 ---- /> <File + RelPath = "Statistics\AdvancedFunctions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Statistics\BasicFunctions.cs" SubType = "Code" |