[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag WFLagGenomeMan
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-09-20 20:58:36
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23123/b7_Scripts/WalkForwardTesting/WalkForwardLag Modified Files: WFLagGenomeManager.cs Log Message: wFLagCandidates is protected now (it was private before) Index: WFLagGenomeManager.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomeManager.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** WFLagGenomeManager.cs 21 Aug 2006 19:55:17 -0000 1.4 --- WFLagGenomeManager.cs 20 Sep 2006 20:58:30 -0000 1.5 *************** *** 49,53 **** private double minimumPositionWeight; ! private WFLagCandidates wFLagCandidates; --- 49,53 ---- private double minimumPositionWeight; ! protected WFLagCandidates wFLagCandidates; |