[Avida-SVN] r2971 - development/source/actions

mmcgill at myxo.css.msu.edu mmcgill at myxo.css.msu.edu
Tue Nov 25 08:56:46 PST 2008


Author: mmcgill
Date: 2008-11-25 11:56:46 -0500 (Tue, 25 Nov 2008)
New Revision: 2971

Modified:
   development/source/actions/PopulationActions.cc
Log:
removed debug statements that were accidentally committed

Modified: development/source/actions/PopulationActions.cc
===================================================================
--- development/source/actions/PopulationActions.cc	2008-11-25 16:54:56 UTC (rev 2970)
+++ development/source/actions/PopulationActions.cc	2008-11-25 16:56:46 UTC (rev 2971)
@@ -1577,7 +1577,7 @@
     }
 
     _initial_deme_energy = largs.PopWord().AsDouble();
-    cout << "initial deme energy = " << _initial_deme_energy << endl;
+//    cout << "initial deme energy = " << _initial_deme_energy << endl;
     assert(_initial_deme_energy > 0);
 
 		if (largs.GetSize() > 1) {
@@ -1599,8 +1599,8 @@
 		double fitness = 
       pow(deme.GetCurTaskExeCount()[_task_num] * (_initial_deme_energy/energy_used),2);
     if (fitness == 0.0) fitness = 0.1;
-    cout  << "Deme " << deme.GetID() << ": used " << energy_used << " energy" 
-          << " fitness=" << fitness << endl;
+//    cout  << "Deme " << deme.GetID() << ": used " << energy_used << " energy" 
+//          << " fitness=" << fitness << endl;
     return fitness;
 	}
 };




More information about the Avida-cvs mailing list