Update of /cvsroot/quantproject/QuantProject/b91_QuantProject
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12665/b91_QuantProject
Modified Files:
Main.cs
Log Message:
- the code has been cleaned up to avoid warnings
- standard indentation has been applied
Index: Main.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Main.cs 13 Mar 2008 19:45:54 -0000 1.19
--- Main.cs 18 Aug 2008 21:13:20 -0000 1.20
***************
*** 474,479 ****
// new WFLagMain().ShowDialog();
! // new FixedLengthTwoPhasesMain().Run();
! new PairsTradingMain().Run();
// new RunOneRank().Run();
--- 474,479 ----
// new WFLagMain().ShowDialog();
! new FixedLengthTwoPhasesMain().Run();
! // new PairsTradingMain().Run();
// new RunOneRank().Run();
|