[Avida-SVN] r2546 - development/source/analyze

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Apr 21 19:40:40 PDT 2008


Author: kaben
Date: 2008-04-21 22:40:38 -0400 (Mon, 21 Apr 2008)
New Revision: 2546

Modified:
   development/source/analyze/cAnalyze.cc
Log:
Changed a default argument in analyze command 'PRINT_GAMMA'.

Modified: development/source/analyze/cAnalyze.cc
===================================================================
--- development/source/analyze/cAnalyze.cc	2008-04-22 02:36:03 UTC (rev 2545)
+++ development/source/analyze/cAnalyze.cc	2008-04-22 02:40:38 UTC (rev 2546)
@@ -3322,7 +3322,7 @@
   cString filename("gamma.dat");
   if (cur_string.GetSize() != 0) filename = cur_string.PopWord();
 
-  int furcation_time_convention = (cur_string.GetSize()) ? cur_string.PopWord().AsInt() : 2;         // #1
+  int furcation_time_convention = (cur_string.GetSize()) ? cur_string.PopWord().AsInt() : 1;         // #1
   
   ofstream& fp = m_world->GetDataFileOFStream(filename);
   




More information about the Avida-cvs mailing list