[Avida-SVN] r2368 - branches/uml/source/actions

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Sat Feb 23 12:41:39 PST 2008


Author: hjg
Date: 2008-02-23 15:41:39 -0500 (Sat, 23 Feb 2008)
New Revision: 2368

Modified:
   branches/uml/source/actions/DriverActions.cc
Log:


Modified: branches/uml/source/actions/DriverActions.cc
===================================================================
--- branches/uml/source/actions/DriverActions.cc	2008-02-23 20:35:07 UTC (rev 2367)
+++ branches/uml/source/actions/DriverActions.cc	2008-02-23 20:41:39 UTC (rev 2368)
@@ -117,7 +117,7 @@
 	
 	void Process(cAvidaContext& ctx)
 	{
-		if (m_world->GetStats().getN2Passed() > m_threshold ) {
+		if (m_world->GetStats().getN1Passed() > m_threshold ) {
 			m_world->GetDriver().SetDone();
 		}
 	}




More information about the Avida-cvs mailing list