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

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Mon Aug 13 13:21:01 PDT 2007


Author: beckma24
Date: 2007-08-13 16:21:00 -0400 (Mon, 13 Aug 2007)
New Revision: 1932

Modified:
   branches/energy/source/main/cPopulation.cc
Log:
Forgot Endls

Modified: branches/energy/source/main/cPopulation.cc
===================================================================
--- branches/energy/source/main/cPopulation.cc	2007-08-13 18:59:00 UTC (rev 1931)
+++ branches/energy/source/main/cPopulation.cc	2007-08-13 20:21:00 UTC (rev 1932)
@@ -1631,6 +1631,7 @@
     df.WriteBlockElement(sp_res.GetAmount(j), j, xsize);
   }
   df.WriteRaw("];");
+  df.Endl();
 }
 
 // Write spatial energy data to a file that can easily be read into Matlab
@@ -1658,6 +1659,7 @@
       cellID++;
     }
     df.WriteRaw("];");
+    df.Endl();
   }
 }
 
@@ -1686,6 +1688,7 @@
       cellID++;
     }
     df.WriteRaw("];");
+    df.Endl();
   }
 }
 




More information about the Avida-cvs mailing list