- Timestamp:
- 03/05/21 19:34:20 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.inc
r1099 r1100 51 51 52 52 var dict = {"Time": Simulator.stepNumber, "FromIDs": mode->parentsuids, "ID": new_id, "Inherited": inherit, "Operation": oper, "Kind" : mode->gen}; 53 if (ExpProperties.print_ output== 1)53 if (ExpProperties.print_evol_progress == 1) 54 54 Simulator.print("[OFFSPRING] " + String.serialize(dict)); 55 55 } … … 285 285 function print_repro_info(cr) 286 286 { 287 if (ExpProperties.print_ output== 1)287 if (ExpProperties.print_evol_progress == 1) 288 288 Simulator.print("Reproduced " + cr.data->lifeparams->gen + " of species " + cr.data->lifeparams->species + " energy: " + cr.energy); 289 289 }
Note: See TracChangeset
for help on using the changeset viewer.