# Parameter definitions for thorn PAPI # $Header$ private: BOOLEAN mark "Mark different evolution bins with different colours" { } "yes" # If "mark" is true these control the colours. STRING default_colour "The colour for anything not marked" { .+ :: "At least one character" } "red" STRING initial_colour "The colour for the INITIAL time bin" { .+ :: "At least one character" } "yellow" STRING prestep_colour "The colour for the PRESTEP time bin" { .+ :: "At least one character" } "black" STRING evol_colour "The colour for the EVOL time bin" { .+ :: "At least one character" } "green" STRING poststep_colour "The colour for the POSTSTEP time bin" { .+ :: "At least one character" } "cyan" STRING analysis_colour "The colour for the ANALYSIS time bin" { .+ :: "At least one character" } "magenta"