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

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Sat Feb 23 12:48:59 PST 2008


Author: hjg
Date: 2008-02-23 15:48:59 -0500 (Sat, 23 Feb 2008)
New Revision: 2369

Modified:
   branches/uml/source/main/cStats.h
Log:


Modified: branches/uml/source/main/cStats.h
===================================================================
--- branches/uml/source/main/cStats.h	2008-02-23 20:41:39 UTC (rev 2368)
+++ branches/uml/source/main/cStats.h	2008-02-23 20:48:59 UTC (rev 2369)
@@ -685,6 +685,8 @@
   void W2Passed() { m_W2Passed.Add(1); }
   void N1andN2Passed() { m_N1andN2Passed.Add(1); } 
   double getN2Passed() { return m_N2Passed.Count(); }
+  double getN1Passed() { return m_N1Passed.Count(); }
+
   
   void propSuccess(int x) {m_propertySuccess = x; }
   void propFailure(int x) {m_propertyFailure = x; }




More information about the Avida-cvs mailing list