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

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Thu Oct 23 21:14:19 PDT 2008


Author: hjg
Date: 2008-10-24 00:14:18 -0400 (Fri, 24 Oct 2008)
New Revision: 2870

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


Modified: branches/hjg-dev/source/cpu/cHardwareCPU.cc
===================================================================
--- branches/hjg-dev/source/cpu/cHardwareCPU.cc	2008-10-23 16:50:29 UTC (rev 2869)
+++ branches/hjg-dev/source/cpu/cHardwareCPU.cc	2008-10-24 04:14:18 UTC (rev 2870)
@@ -6723,9 +6723,9 @@
 		// rotate recipient to face donor 
 		// by rotating until the recipient faces the donor
 		// adding a new comment.
-		while (neighbor->GetNeighbor() != organism) {
-			neighbor->Rotate(1);
-		}
+//		while (neighbor->GetNeighbor() != organism) {
+//			neighbor->Rotate(1);
+//		}
 		
 
 		// track stats




More information about the Avida-cvs mailing list