incorrect_value Interface

public interface incorrect_value

interface for the following message: incorrect value encountered: variable_name = variable_value

Calls

interface~~incorrect_value~~CallsGraph interface~incorrect_value incorrect_value proc~incorrect_value_ch incorrect_value_ch interface~incorrect_value->proc~incorrect_value_ch proc~incorrect_value_dp incorrect_value_dp interface~incorrect_value->proc~incorrect_value_dp proc~incorrect_value_int32 incorrect_value_int32 interface~incorrect_value->proc~incorrect_value_int32 proc~incorrect_value_sp incorrect_value_sp interface~incorrect_value->proc~incorrect_value_sp proc~write_error write_error proc~incorrect_value_ch->proc~write_error proc~incorrect_value_dp->proc~write_error proc~incorrect_value_int32->proc~write_error proc~incorrect_value_sp->proc~write_error proc~write_message write_message proc~write_error->proc~write_message

Called by

interface~~incorrect_value~~CalledByGraph interface~incorrect_value incorrect_value proc~check_namelist_input check_namelist_input proc~check_namelist_input->interface~incorrect_value proc~write_header write_header proc~write_header->interface~incorrect_value proc~check_namelist_basis check_namelist_basis proc~check_namelist_basis->interface~incorrect_value proc~check_namelist_potential check_namelist_potential proc~check_namelist_potential->interface~incorrect_value proc~read_input_file read_input_file proc~read_input_file->proc~check_namelist_input proc~read_input_file->proc~check_namelist_basis proc~read_input_file->proc~check_namelist_potential program~scattering SCATTERING program~scattering->proc~write_header program~scattering->proc~read_input_file

Contents


Module Procedures

private subroutine incorrect_value_ch(name_, value_, unit_)

incorrect value encountered: variable_name = variable_value

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name_

name of the variable

character(len=*), intent(in) :: value_

value of the variable

integer(kind=int32), intent(in), optional :: unit_

optional, unit where the message will be written

private subroutine incorrect_value_int32(name_, value_, unit_)

incorrect value encountered: variable_name = variable_value

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name_

name of the variable

integer(kind=int32), intent(in) :: value_

value of the variable

integer(kind=int32), intent(in), optional :: unit_

optional, unit where the message will be written

private subroutine incorrect_value_sp(name_, value_, unit_)

incorrect value encountered: variable_name = variable_value

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name_

name of the variable

real(kind=sp), intent(in) :: value_

value of the variable

integer(kind=int32), intent(in), optional :: unit_

optional, unit where the message will be written

private subroutine incorrect_value_dp(name_, value_, unit_)

incorrect value encountered: variable_name = variable_value

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name_

name of the variable

real(kind=dp), intent(in) :: value_

value of the variable

integer(kind=int32), intent(in), optional :: unit_

optional, unit where the message will be written