Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/StatisticsSummaryRows
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12665/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/StatisticsSummaryRows
Modified Files:
AverageReturnOnDayOfWeekWithOpenPositions.cs
Log Message:
- the code has been cleaned up to avoid warnings
- standard indentation has been applied
Index: AverageReturnOnDayOfWeekWithOpenPositions.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/StatisticsSummaryRows/AverageReturnOnDayOfWeekWithOpenPositions.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AverageReturnOnDayOfWeekWithOpenPositions.cs 14 Aug 2008 21:36:09 -0000 1.2
--- AverageReturnOnDayOfWeekWithOpenPositions.cs 18 Aug 2008 21:13:16 -0000 1.3
***************
*** 106,110 ****
catch (Exception ex)
{
! ex = ex; // to avoid compilation warning;
}
}
--- 106,110 ----
catch (Exception ex)
{
! string forBreakpoint = ex.Message; forBreakpoint = forBreakpoint + "";
}
}
|