[avida-cvs] avida CVS commits: /current/source/event population_event_factory.hh

kaben avida-cvs at alife.org
Thu Oct 16 03:17:03 PDT 2003


kaben		Wed Oct 15 19:17:03 2003 EDT

  Modified files:              
    /avida/current/source/event	population_event_factory.hh 
  Log:
  The file event/population_event_factory.hh, which I'd clobbered and replaced, was lacking a file-inclusion bug-fix.  The fix has been restored.
  
Index: avida/current/source/event/population_event_factory.hh
diff -u avida/current/source/event/population_event_factory.hh:1.3 avida/current/source/event/population_event_factory.hh:1.4
--- avida/current/source/event/population_event_factory.hh:1.3	Wed Oct 15 18:35:38 2003
+++ avida/current/source/event/population_event_factory.hh	Wed Oct 15 19:17:03 2003
@@ -40,7 +40,7 @@
 
 public:
   // event enums
-#include "cPopulation_enums_auto.ci"
+#include "../event/cPopulation_enums_auto.ci"
 
   cPopulationEventFactory( cPopulation *pop );
   ~cPopulationEventFactory();






More information about the Avida-cvs mailing list