[Avida-SVN] r1779 - development/source/main

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Jul 10 12:36:12 PDT 2007


Author: brysonda
Date: 2007-07-10 15:36:11 -0400 (Tue, 10 Jul 2007)
New Revision: 1779

Modified:
   development/source/main/cPopulation.cc
Log:
Some debugging statements in cPopulation do not properly compile due to undefined variables.  Disabled their compilation for now.

Modified: development/source/main/cPopulation.cc
===================================================================
--- development/source/main/cPopulation.cc	2007-07-10 18:00:53 UTC (rev 1778)
+++ development/source/main/cPopulation.cc	2007-07-10 19:36:11 UTC (rev 1779)
@@ -517,7 +517,8 @@
       break;
     }
   }
-#ifdef DEBUG
+// @DMB this doesn't compile properly -- #ifdef DEBUG
+#if 0
   if (!success) {
     sID = src_cell.GetID();
     dID = dest_cell.GetID();
@@ -548,7 +549,8 @@
       break;
     }
   }
-#ifdef DEBUG
+// @DMB this doesn't compile properly -- #ifdef DEBUG
+#if 0
   if (!success) {
     sID = src_cell.GetID();
     dID = dest_cell.GetID();




More information about the Avida-cvs mailing list