[Avida-SVN] r1613 - branches/uml/source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Fri May 25 16:24:18 PDT 2007


Author: hjg
Date: 2007-05-25 19:24:18 -0400 (Fri, 25 May 2007)
New Revision: 1613

Modified:
   branches/uml/source/main/cUMLModel.cc
Log:


Modified: branches/uml/source/main/cUMLModel.cc
===================================================================
--- branches/uml/source/main/cUMLModel.cc	2007-05-25 23:04:52 UTC (rev 1612)
+++ branches/uml/source/main/cUMLModel.cc	2007-05-25 23:24:18 UTC (rev 1613)
@@ -178,7 +178,7 @@
 		
 	// Check if the model can be correctly formalized
 //	if (bonus >= 5.0) {
-	if (temp_sense->findTrans(-1, -1, -1, -1, 1)) {
+	if (temp_sense->findTrans(-1, -1, -1, -1, 3)) {
 		self_bonus["hydra_attempt"] = 1;
 		mod_bonus = formalizeModel(world);
 		self_bonus["hydra_pass"] = mod_bonus;		




More information about the Avida-cvs mailing list