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

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Fri Aug 22 14:23:56 PDT 2008


Author: brysonda
Date: 2008-08-22 17:23:55 -0400 (Fri, 22 Aug 2008)
New Revision: 2756

Modified:
   development/source/main/cDemeCellEvent.cc
Log:
Fix cDemeCellEvent initialization order.

Modified: development/source/main/cDemeCellEvent.cc
===================================================================
--- development/source/main/cDemeCellEvent.cc	2008-08-20 14:05:30 UTC (rev 2755)
+++ development/source/main/cDemeCellEvent.cc	2008-08-22 21:23:55 UTC (rev 2756)
@@ -11,11 +11,11 @@
   , m_event_width(x2-x1)
   , m_event_height(y2-y1)
   , m_active(false)
+  , m_static_pos(static_pos)
   , m_dead(false)
-  , m_static_pos(static_pos)
+  , m_id_set(false)
   , m_deme(deme)
   , m_world(world)
-  , m_id_set(false)
 {
   assert(x1 <= x2);
   assert(y1 <= y2);




More information about the Avida-cvs mailing list