[avida-cvs] avida CVS commits: /current/source/main organism.hh

wisnelaw avida-cvs at alife.org
Fri Aug 8 05:01:59 PDT 2003


wisnelaw		Thu Aug  7 21:01:59 2003 EDT

  Modified files:              
    /avida/current/source/main	organism.hh 
  Log:
  one last chance to ensure compatibility with all versions of gcc
  
  
  
Index: avida/current/source/main/organism.hh
diff -u avida/current/source/main/organism.hh:1.24 avida/current/source/main/organism.hh:1.25
--- avida/current/source/main/organism.hh:1.24	Thu Aug  7 20:24:19 2003
+++ avida/current/source/main/organism.hh	Thu Aug  7 21:01:58 2003
@@ -46,7 +46,7 @@
   cGenotype * genotype;      // Information about organisms with this genome.
   cPhenotype phenotype;      // Descriptive attributes of organism.
   const cGenome initial_genome;        // Initial genome; can never be changed!
-  deque<cInjectGenotype *> parasites; // List of all parasites associated with
+  std::deque<cInjectGenotype *> parasites; // List of all parasites associated with
                                     // this organism.
   cMutationRates mut_rates;            // Rate of all possible mutations.
   cLocalMutations mut_info;            // Info about possible mutations;






More information about the Avida-cvs mailing list