[Avida-SVN] r3312 - development/source/cpu

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Jun 10 14:31:36 PDT 2009


Author: brysonda
Date: 2009-06-10 17:31:36 -0400 (Wed, 10 Jun 2009)
New Revision: 3312

Modified:
   development/source/cpu/cHardwareCPU.cc
Log:
Fix unexecuted if statement in cHardwareCPU::Inst_DonateQuantaThreshGreenBeard.



Modified: development/source/cpu/cHardwareCPU.cc
===================================================================
--- development/source/cpu/cHardwareCPU.cc	2009-06-10 21:16:26 UTC (rev 3311)
+++ development/source/cpu/cHardwareCPU.cc	2009-06-10 21:31:36 UTC (rev 3312)
@@ -4524,7 +4524,7 @@
 		}
 		
 		// stop searching through the neighbors if we already found one
-		if (found == true);{
+		if (found == true) {
     	break;
 		}
 		




More information about the Avida-cvs mailing list