[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardMultiOneRank/Report
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-08-16 19:41:00
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardMultiOneRank/ReportDebugger In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6649/b7_Scripts/WalkForwardTesting/WalkForwardMultiOneRank/ReportDebugger Modified Files: WFMultiOneRankDebugInSample.cs Log Message: Removed some code, to avoid a warning Index: WFMultiOneRankDebugInSample.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardMultiOneRank/ReportDebugger/WFMultiOneRankDebugInSample.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WFMultiOneRankDebugInSample.cs 11 Dec 2005 18:06:18 -0000 1.2 --- WFMultiOneRankDebugInSample.cs 16 Aug 2008 19:40:55 -0000 1.3 *************** *** 39,43 **** private DateTime firstDateTime; private DateTime lastDateTime; - private int numberDaysForInSampleOptimization; private string benchmark; --- 39,42 ---- *************** *** 55,60 **** this.firstDateTime = firstDateTime; this.lastDateTime = lastDateTime; ! this.numberDaysForInSampleOptimization = ! numberDaysForInSampleOptimization; this.benchmark = benchmark; --- 54,58 ---- this.firstDateTime = firstDateTime; this.lastDateTime = lastDateTime; ! this.benchmark = benchmark; |