[Quantproject-developers] QuantProject/b4_Business/a05_Timing IndexBasedHistoricalTimer.cs, 1.2, 1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-18 23:00:44
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9364/b4_Business/a05_Timing Modified Files: IndexBasedHistoricalTimer.cs Log Message: a bug has been fixed Index: IndexBasedHistoricalTimer.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing/IndexBasedHistoricalTimer.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IndexBasedHistoricalTimer.cs 14 Nov 2008 15:51:18 -0000 1.2 --- IndexBasedHistoricalTimer.cs 18 Nov 2008 23:00:33 -0000 1.3 *************** *** 66,70 **** { this.dateTimesToBeThrown = new List< DateTime >(); ! foreach ( DateTime dateTime in dateTimesToBeThrownHistory ) this.dateTimesToBeThrown.Add( dateTime ); } --- 66,70 ---- { this.dateTimesToBeThrown = new List< DateTime >(); ! foreach ( DateTime dateTime in dateTimesToBeThrownHistory.Keys ) this.dateTimesToBeThrown.Add( dateTime ); } |