subres_load_color_defaults Subroutine

public subroutine subres_load_color_defaults(label, conf, parent)

Internal subroutine to load the list of colors, which by default should apply subelement resolution to its boundaries.

This list is provided in the subresolution table by: \code{.lua} default_colors = { 'colA', 'colB' } \endcode This table is read by this routine.

Arguments

Type IntentOptional Attributes Name
type(dyn_labelarray_type), intent(out) :: label

Labels of the colors, for which a default setting is given.

type(flu_State) :: conf

Handle for the Lua script.

integer, intent(in) :: parent

Parent table, within which to open the color_default table.


Calls

proc~~subres_load_color_defaults~~CallsGraph proc~subres_load_color_defaults subres_load_color_defaults aot_get_val aot_get_val proc~subres_load_color_defaults->aot_get_val aot_table_close aot_table_close proc~subres_load_color_defaults->aot_table_close aot_table_length aot_table_length proc~subres_load_color_defaults->aot_table_length aot_table_open aot_table_open proc~subres_load_color_defaults->aot_table_open append append proc~subres_load_color_defaults->append init init proc~subres_load_color_defaults->init tem_abort tem_abort proc~subres_load_color_defaults->tem_abort upper_to_lower upper_to_lower proc~subres_load_color_defaults->upper_to_lower

Called by

proc~~subres_load_color_defaults~~CalledByGraph proc~subres_load_color_defaults subres_load_color_defaults proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_subresolution_load->proc~subres_load_color_defaults proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_subresolution_load program~seeder seeder program~seeder->proc~sdr_load_config