[avida-cvs] avida CVS commits: /current/source/main inject_genebank.cc /current/source/support genesis.4stack /current/source/support/preset_organisms Makefile.am

wisnelaw avida-cvs at alife.org
Fri Aug 8 04:41:05 PDT 2003


wisnelaw		Thu Aug  7 20:41:05 2003 EDT

  Modified files:              
    /avida/current/source/main	inject_genebank.cc 
    /avida/current/source/support	genesis.4stack 
    /avida/current/source/support/preset_organisms	Makefile.am 
  Log:
  fixed a few minor errors in last update
  
  
Index: avida/current/source/main/inject_genebank.cc
diff -u avida/current/source/main/inject_genebank.cc:1.1 avida/current/source/main/inject_genebank.cc:1.2
--- avida/current/source/main/inject_genebank.cc:1.1	Thu Aug  7 20:24:19 2003
+++ avida/current/source/main/inject_genebank.cc	Thu Aug  7 20:41:04 2003
@@ -643,7 +643,6 @@
   cDataFile & df = stats.GetDataFile(filename);
 
   df.WriteComment( "Avida parasite dump data" );
-  df.WriteComment( "UPDATE " + update);
   df.WriteTimeStamp();
 
   //df.Write( update,                            "update");
Index: avida/current/source/support/genesis.4stack
diff -u avida/current/source/support/genesis.4stack:1.1 avida/current/source/support/genesis.4stack:1.2
--- avida/current/source/support/genesis.4stack:1.1	Thu Aug  7 20:24:19 2003
+++ avida/current/source/support/genesis.4stack	Thu Aug  7 20:41:05 2003
@@ -24,7 +24,7 @@
 EVENT_FILE events.cfg             # File containing list of events during run
 ANALYZE_FILE analyze.cfg          # File used for analysis mode
 ENVIRONMENT_FILE environment.cfg  # File that describes the environment
-START_CREATURE organism.4stack    # Organism to seed the soup
+START_CREATURE preset_organisms/organism.4stack    # Organism to seed the soup
 
 ### Reproduction ###
 BIRTH_METHOD 4   # 0 = Replace random organism in neighborhood
Index: avida/current/source/support/preset_organisms/Makefile.am
diff -u avida/current/source/support/preset_organisms/Makefile.am:1.3 avida/current/source/support/preset_organisms/Makefile.am:1.4
--- avida/current/source/support/preset_organisms/Makefile.am:1.3	Thu Aug  7 20:24:19 2003
+++ avida/current/source/support/preset_organisms/Makefile.am	Thu Aug  7 20:41:05 2003
@@ -1,8 +1,8 @@
 
 presetsdir = $(datadir)/preset_organisms
 
-presets_DATA = dummy /
-	organism.4stack /
+presets_DATA = dummy \
+	organism.4stack \
 	organism.parasite
 
 EXTRA_DIST = $(presets_DATA)






More information about the Avida-cvs mailing list