Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23501/b7_Scripts/WalkForwardTesting/WalkForwardLag
Modified Files:
RunWalkForwardLag.cs
Log Message:
no message
Index: RunWalkForwardLag.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/RunWalkForwardLag.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** RunWalkForwardLag.cs 28 Oct 2007 18:48:48 -0000 1.11
--- RunWalkForwardLag.cs 19 Jan 2008 19:23:45 -0000 1.12
***************
*** 132,137 ****
public static void WriteToTextLog( string message )
{
! Console.WriteLine( message );
! Console.WriteLine( "" );
System.Diagnostics.Debug.Listeners[0].WriteLine( message );
--- 132,137 ----
public static void WriteToTextLog( string message )
{
! // Console.WriteLine( message );
! // Console.WriteLine( "" );
System.Diagnostics.Debug.Listeners[0].WriteLine( message );
|