Ignore:
Timestamp:
03/05/21 19:34:20 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic / minor fixes

File:
1 edited

Legend:

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

    r1099 r1100  
    5151
    5252                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)
    5454                        Simulator.print("[OFFSPRING] " + String.serialize(dict));
    5555        }
     
    285285function print_repro_info(cr)
    286286{
    287         if (ExpProperties.print_output == 1)
     287        if (ExpProperties.print_evol_progress == 1)
    288288                Simulator.print("Reproduced " + cr.data->lifeparams->gen + " of species " + cr.data->lifeparams->species + " energy: " + cr.energy);
    289289}
Note: See TracChangeset for help on using the changeset viewer.