[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDeb
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-29 17:42:39
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16348/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger Modified Files: WFLagRunGenomesDebugger.cs Log Message: A WFLagLog parameter has been added to the WFLagChosenPositionsDebugInfo constructor Index: WFLagRunGenomesDebugger.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger/WFLagRunGenomesDebugger.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WFLagRunGenomesDebugger.cs 24 Jun 2006 14:38:24 -0000 1.2 --- WFLagRunGenomesDebugger.cs 29 Jun 2006 17:42:32 -0000 1.3 *************** *** 61,65 **** { WFLagChosenPositionsDebugInfo wFLagChosenPositionsDebugInfo = ! new WFLagChosenPositionsDebugInfo( wFLagChosenPositions ); this.chosenPositionsDebugInfoList.Add( wFLagChosenPositionsDebugInfo ); } --- 61,66 ---- { WFLagChosenPositionsDebugInfo wFLagChosenPositionsDebugInfo = ! new WFLagChosenPositionsDebugInfo( wFLagChosenPositions , ! this.wFLagLog ); this.chosenPositionsDebugInfoList.Add( wFLagChosenPositionsDebugInfo ); } |