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