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

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Sat Feb 23 18:39:36 PST 2008


Author: hjg
Date: 2008-02-23 21:39:36 -0500 (Sat, 23 Feb 2008)
New Revision: 2371

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


Modified: branches/uml/source/main/cTaskLib.cc
===================================================================
--- branches/uml/source/main/cTaskLib.cc	2008-02-23 20:53:11 UTC (rev 2370)
+++ branches/uml/source/main/cTaskLib.cc	2008-02-24 02:39:36 UTC (rev 2371)
@@ -3131,10 +3131,10 @@
 
 
 // Commented out to remove overhead...	
-	std::ostringstream strstrm;
-	strstrm << "cp tmp.xmi "  << neverclaimFile << "." << m_world->GetStats().GetUpdate() << "." << ctx.getOrganism()->GetID();
-	strstrm << ".xml";	
-	if(system(strstrm.str().c_str())!=0) return 0.0;
+//	std::ostringstream strstrm;
+//	strstrm << "cp tmp.xmi "  << neverclaimFile << "." << m_world->GetStats().GetUpdate() << "." << ctx.getOrganism()->GetID();
+//	strstrm << ".xml";	
+//	if(system(strstrm.str().c_str())!=0) return 0.0;
 			
 	return 1.0;
 }




More information about the Avida-cvs mailing list