[Avida-SVN] r3010 - development/source/classification

ruppmatt at myxo.css.msu.edu ruppmatt at myxo.css.msu.edu
Mon Dec 8 09:28:30 PST 2008


Author: ruppmatt
Date: 2008-12-08 12:28:30 -0500 (Mon, 08 Dec 2008)
New Revision: 3010

Modified:
   development/source/classification/cGenotypeControl.cc
Log:
Remove debugging code block.

Modified: development/source/classification/cGenotypeControl.cc
===================================================================
--- development/source/classification/cGenotypeControl.cc	2008-12-08 17:22:09 UTC (rev 3009)
+++ development/source/classification/cGenotypeControl.cc	2008-12-08 17:28:30 UTC (rev 3010)
@@ -81,10 +81,11 @@
   }
 
   if (!CheckPos(in_genotype))
-    cerr << "Genotype insertion fail! @MRR -- \n"
+    /*cerr << "Genotype insertion fail! @MRR -- \n"
       << "Best Genotype:    " << best << " " << best->GetNumOrganisms() << " prev: " << best->GetPrev() << "  next: " << best->GetNext() << endl
       << "In Genotype:      " << &in_genotype << " " << in_genotype.GetNumOrganisms() << " prev: " << in_genotype.GetPrev() << "  next: " << in_genotype.GetNext() << endl
       << "Prev Genotype:    " << prev_genotype << " " << prev_genotype->GetNumOrganisms() << " prev: " << prev_genotype->GetPrev() << "  next: " << prev_genotype->GetNext() << endl;
+    */
   size++;
 }
 




More information about the Avida-cvs mailing list