[Avida-SVN] r1962 - branches/energy/source/main

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Sun Aug 19 12:06:00 PDT 2007


Author: beckma24
Date: 2007-08-19 15:06:00 -0400 (Sun, 19 Aug 2007)
New Revision: 1962

Modified:
   branches/energy/source/main/cPopulation.cc
Log:
Forcing cDataFile closer; still trying to save memory

Modified: branches/energy/source/main/cPopulation.cc
===================================================================
--- branches/energy/source/main/cPopulation.cc	2007-08-19 12:38:41 UTC (rev 1961)
+++ branches/energy/source/main/cPopulation.cc	2007-08-19 19:06:00 UTC (rev 1962)
@@ -1764,8 +1764,8 @@
     }
     df.WriteRaw("];");
     df.Endl();
-    df.Flush();
   }
+  m_world->GetDataFileManager().Remove(tmpfilename);
 }
 
 // Write spatial data to a file that can easily be read into Matlab




More information about the Avida-cvs mailing list