Changeset 406 for experiments/frams/foraminifera/data/scripts
- Timestamp:
- 07/01/15 02:23:23 (9 years ago)
- Location:
- experiments/frams/foraminifera/data/scripts
- Files:
-
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r405 r406 1 1 expdef: 2 name: Benthic foraminifera reproduction2 name:Reproduction of benthic foraminifera 3 3 info:~ 4 4 Genes and parameter values which control reproduction are stored in user1 and user2 fields. … … 28 28 /* TODO fix 29 29 [ERROR] Population.kill: Invalid index 35 (allowed range is 0..34) 30 [ERROR] Population.kill: ... called from reproduce_haploid() <foram s_repro.inc:54>31 [ERROR] Population.kill: ... called from onStep() <foram s_repro.inc:228>30 [ERROR] Population.kill: ... called from reproduce_haploid() <foraminifera.inc:54> 31 [ERROR] Population.kill: ... called from onStep() <foraminifera.inc:228> 32 32 */ 33 33 … … 35 35 global reprocounter; 36 36 37 @include "foram s_repro.inc"37 @include "foraminifera.inc" 38 38 39 39 // -------------------------------- experiment begin -------------------------------- -
experiments/frams/foraminifera/data/scripts/foraminifera.show
r404 r406 1 1 show: 2 name: Benthic foraminifera reproduction2 name:Reproduction of benthic foraminifera 3 3 info:~ 4 4 Genes and parameter values which control reproduction are stored in user1 and user2 fields. … … 15 15 16 16 ~ 17 expdef:foram s_benthic17 expdef:foraminifera 18 18 code:~ 19 19
Note: See TracChangeset
for help on using the changeset viewer.