[Avida-SVN] r2314 - development/source/main

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Fri Feb 8 09:59:14 PST 2008


Author: baerb
Date: 2008-02-08 12:59:14 -0500 (Fri, 08 Feb 2008)
New Revision: 2314

Modified:
   development/source/main/cStats.cc
Log:

Fixed problem where resouce .m files were being truncated



Modified: development/source/main/cStats.cc
===================================================================
--- development/source/main/cStats.cc	2008-02-08 16:52:23 UTC (rev 2313)
+++ development/source/main/cStats.cc	2008-02-08 17:59:14 UTC (rev 2314)
@@ -895,6 +895,7 @@
     df.WriteBlockElement(spatial_res_count[i][j], j, xsize);
   }
   df.WriteRaw("];");
+  df.Flush();
 }
 
 




More information about the Avida-cvs mailing list