[Avida-SVN] r3182 - branches/hjg-dev/source/cpu

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Sun Mar 8 21:31:18 PDT 2009


Author: hjg
Date: 2009-03-09 00:31:18 -0400 (Mon, 09 Mar 2009)
New Revision: 3182

Modified:
   branches/hjg-dev/source/cpu/cHardwareCPU.cc
Log:


Modified: branches/hjg-dev/source/cpu/cHardwareCPU.cc
===================================================================
--- branches/hjg-dev/source/cpu/cHardwareCPU.cc	2009-03-06 22:36:54 UTC (rev 3181)
+++ branches/hjg-dev/source/cpu/cHardwareCPU.cc	2009-03-09 04:31:18 UTC (rev 3182)
@@ -3726,7 +3726,7 @@
       }
       
       // stop searching through the neighbors if we already found one
-      if (found == true);{
+      if (found == true){
     	break;
       }
   
@@ -4012,7 +4012,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