Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1851/b7_Scripts/TickerSelectionTesting
Modified Files:
GenomeMeaning.cs
Log Message:
Just formatting changes.
Index: GenomeMeaning.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/GenomeMeaning.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GenomeMeaning.cs 8 Nov 2005 18:28:30 -0000 1.2
--- GenomeMeaning.cs 17 Sep 2006 21:45:33 -0000 1.3
***************
*** 31,34 ****
--- 31,35 ----
public class GenomeMeaning
{
+
private string[] tickers;
private double[] tickersPortfolioWeights;
|