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

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Tue Jul 10 18:17:13 PDT 2007


Author: hjg
Date: 2007-07-10 21:17:13 -0400 (Tue, 10 Jul 2007)
New Revision: 1786

Modified:
   branches/uml/source/main/cTaskLib.cc
Log:
working scenario version

Modified: branches/uml/source/main/cTaskLib.cc
===================================================================
--- branches/uml/source/main/cTaskLib.cc	2007-07-11 00:57:10 UTC (rev 1785)
+++ branches/uml/source/main/cTaskLib.cc	2007-07-11 01:17:13 UTC (rev 1786)
@@ -3017,9 +3017,9 @@
 	if(system("/usr/bin/gcc -DMEMLIM=512 pan.c -o pan &> /dev/null")!=0) return 0.0;
 	if(system("./pan -a &> ./pan.out")!=0) return 0.0;
 	if(system("cat pan.out | perl -e 'while(<STDIN>) { if(/errors:\\s(\\d+)/) {exit($1);}}'")!=0) return 0.0;
-	if(system("cat pan.out | perl -e 'while(<STDIN>) { if(/unreached/) {exit(1);}}'")!=0) return 0.2;
+//	if(system("cat pan.out | perl -e 'while(<STDIN>) { if(/unreached/) {exit(1);}}'")!=0) return 0.2;
 	
-	
+	std::cout << "I AM HERE" << std::endl;
 	std::ostringstream strstrm;
 	strstrm << "cp tmp.xmi " << m_world->GetStats().GetUpdate() << "." << organism->GetID();
 	strstrm << ".xml";	




More information about the Avida-cvs mailing list