cla_get Interface

public interface cla_get

Calls

interface~~cla_get~~CallsGraph interface~cla_get cla_get proc~cla_get_char cla_get_char interface~cla_get->proc~cla_get_char proc~cla_get_float_r4 cla_get_float_r4 interface~cla_get->proc~cla_get_float_r4 proc~cla_get_float_r8 cla_get_float_r8 interface~cla_get->proc~cla_get_float_r8 proc~cla_get_int_i4 cla_get_int_i4 interface~cla_get->proc~cla_get_int_i4 proc~cla_get_int_i8 cla_get_int_i8 interface~cla_get->proc~cla_get_int_i8 proc~cla_get_logical cla_get_logical interface~cla_get->proc~cla_get_logical proc~cla_command_argument_count cla_command_argument_count proc~cla_get_char->proc~cla_command_argument_count proc~cla_get_command_argument cla_get_command_argument proc~cla_get_char->proc~cla_get_command_argument proc~cla_key_arg_match cla_key_arg_match proc~cla_get_char->proc~cla_key_arg_match proc~cla_show cla_show proc~cla_get_char->proc~cla_show proc~cla_str_eq cla_str_eq proc~cla_get_char->proc~cla_str_eq proc~cla_get_float_r4->proc~cla_get_char proc~cla_fatal cla_fatal proc~cla_get_float_r4->proc~cla_fatal proc~cla_get_float_r8->proc~cla_get_char proc~cla_get_float_r8->proc~cla_fatal proc~cla_get_int_i4->proc~cla_get_char proc~cla_get_int_i4->proc~cla_fatal proc~cla_get_int_i8->proc~cla_get_char proc~cla_get_int_i8->proc~cla_fatal proc~cla_get_logical->proc~cla_get_char proc~cla_key_arg_match->proc~cla_str_eq proc~cla_show->proc~cla_get_char proc~cla_key_present cla_key_present proc~cla_show->proc~cla_key_present proc~cla_message cla_message proc~cla_show->proc~cla_message proc~cla_key_present->proc~cla_command_argument_count proc~cla_key_present->proc~cla_fatal proc~cla_key_present->proc~cla_get_command_argument proc~cla_key_present->proc~cla_key_arg_match proc~cla_key_present->proc~cla_show

Called by

interface~~cla_get~~CalledByGraph interface~cla_get cla_get proc~get_cla_gvec_to_jorek get_CLA_gvec_to_jorek proc~get_cla_gvec_to_jorek->interface~cla_get program~gvec GVEC program~gvec->interface~cla_get

Module Procedures

public subroutine cla_get_float_r4(key, float_value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
real(kind=4) :: float_value

public subroutine cla_get_float_r8(key, float_value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
real(kind=8) :: float_value

public subroutine cla_get_int_i4(key, int_value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
integer(kind=4) :: int_value

public subroutine cla_get_int_i8(key, int_value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
integer(kind=8) :: int_value

public subroutine cla_get_char(key, value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
character(len=STRLEN) :: value

public subroutine cla_get_logical(key, logical_value)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: key
logical :: logical_value