[Avida-SVN] r2515 - branches/jobScheduling/source/main

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Wed Apr 2 22:07:03 PDT 2008


Author: beckma24
Date: 2008-04-03 01:07:03 -0400 (Thu, 03 Apr 2008)
New Revision: 2515

Modified:
   branches/jobScheduling/source/main/cDeme.cc
Log:


Modified: branches/jobScheduling/source/main/cDeme.cc
===================================================================
--- branches/jobScheduling/source/main/cDeme.cc	2008-04-03 04:56:49 UTC (rev 2514)
+++ branches/jobScheduling/source/main/cDeme.cc	2008-04-03 05:07:03 UTC (rev 2515)
@@ -101,7 +101,6 @@
   }
   
   for(vector<pair<int, int> >::iterator iter = event_slot_end_points.begin(); iter < event_slot_end_points.end(); iter++) {
-    cerr<<(*iter).first << " " << _age << endl;
     if(_age == (*iter).first) {
       // at end point
       (m_world->GetStats().FlowRateTuple())[(*iter).second].first.Add(GetSize());




More information about the Avida-cvs mailing list