Changeset 406


Ignore:
Timestamp:
07/01/15 02:23:23 (9 years ago)
Author:
Maciej Komosinski
Message:

Renamed for consistency

Location:
experiments/frams/foraminifera/data/scripts
Files:
3 moved

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.expdef

    r405 r406  
    11expdef:
    2 name:Benthic foraminifera reproduction
     2name:Reproduction of benthic foraminifera
    33info:~
    44Genes and parameter values which control reproduction are stored in user1 and user2 fields.
     
    2828/* TODO fix
    2929[ERROR] Population.kill: Invalid index 35 (allowed range is 0..34)
    30 [ERROR] Population.kill: ... called from reproduce_haploid()  <forams_repro.inc:54>
    31 [ERROR] Population.kill: ... called from onStep()  <forams_repro.inc:228>
     30[ERROR] Population.kill: ... called from reproduce_haploid()  <foraminifera.inc:54>
     31[ERROR] Population.kill: ... called from onStep()  <foraminifera.inc:228>
    3232*/
    3333
     
    3535global reprocounter;
    3636
    37 @include "forams_repro.inc"
     37@include "foraminifera.inc"
    3838
    3939// -------------------------------- experiment begin --------------------------------
  • experiments/frams/foraminifera/data/scripts/foraminifera.show

    r404 r406  
    11show:
    2 name:Benthic foraminifera reproduction
     2name:Reproduction of benthic foraminifera
    33info:~
    44Genes and parameter values which control reproduction are stored in user1 and user2 fields.
     
    1515
    1616~
    17 expdef:forams_benthic
     17expdef:foraminifera
    1818code:~
    1919
Note: See TracChangeset for help on using the changeset viewer.