w90_set_option Interface

public interface w90_set_option

Calls

interface~~w90_set_option~~CallsGraph interface~w90_set_option w90_set_option proc~w90_set_option_c2d w90_set_option_c2d interface~w90_set_option->proc~w90_set_option_c2d proc~w90_set_option_i1d w90_set_option_i1d interface~w90_set_option->proc~w90_set_option_i1d proc~w90_set_option_i2d w90_set_option_i2d interface~w90_set_option->proc~w90_set_option_i2d proc~w90_set_option_int w90_set_option_int interface~w90_set_option->proc~w90_set_option_int proc~w90_set_option_logical w90_set_option_logical interface~w90_set_option->proc~w90_set_option_logical proc~w90_set_option_r1d w90_set_option_r1d interface~w90_set_option->proc~w90_set_option_r1d proc~w90_set_option_r2d w90_set_option_r2d interface~w90_set_option->proc~w90_set_option_r2d proc~w90_set_option_real w90_set_option_real interface~w90_set_option->proc~w90_set_option_real proc~w90_set_option_text w90_set_option_text interface~w90_set_option->proc~w90_set_option_text proc~expand_settings expand_settings proc~w90_set_option_c2d->proc~expand_settings proc~init_settings init_settings proc~w90_set_option_c2d->proc~init_settings proc~w90_set_option_i1d->proc~expand_settings proc~w90_set_option_i1d->proc~init_settings proc~w90_set_option_i2d->proc~expand_settings proc~w90_set_option_i2d->proc~init_settings proc~w90_set_option_int->proc~expand_settings proc~w90_set_option_int->proc~init_settings proc~w90_set_option_logical->proc~expand_settings proc~w90_set_option_logical->proc~init_settings proc~w90_set_option_r1d->proc~expand_settings proc~w90_set_option_r1d->proc~init_settings proc~w90_set_option_r2d->proc~expand_settings proc~w90_set_option_r2d->proc~init_settings proc~w90_set_option_real->proc~expand_settings proc~w90_set_option_real->proc~init_settings proc~w90_set_option_text->proc~expand_settings proc~w90_set_option_text->proc~init_settings

Called by

interface~~w90_set_option~~CalledByGraph interface~w90_set_option w90_set_option proc~w90_set_option_double1d_f w90_set_option_double1d_f proc~w90_set_option_double1d_f->interface~w90_set_option proc~w90_set_option_double2d_f w90_set_option_double2d_f proc~w90_set_option_double2d_f->interface~w90_set_option proc~w90_set_option_double_f w90_set_option_double_f proc~w90_set_option_double_f->interface~w90_set_option proc~w90_set_option_int1d_f w90_set_option_int1d_f proc~w90_set_option_int1d_f->interface~w90_set_option proc~w90_set_option_int2d_f w90_set_option_int2d_f proc~w90_set_option_int2d_f->interface~w90_set_option proc~w90_set_option_int_f w90_set_option_int_f proc~w90_set_option_int_f->interface~w90_set_option proc~w90_set_option_logical_f w90_set_option_logical_f proc~w90_set_option_logical_f->interface~w90_set_option proc~w90_set_option_text2d_f w90_set_option_text2d_f proc~w90_set_option_text2d_f->interface~w90_set_option proc~w90_set_option_text_f w90_set_option_text_f proc~w90_set_option_text_f->interface~w90_set_option

Module Procedures

public subroutine w90_set_option_logical(common_data, keyword, boolarg)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
logical, intent(in) :: boolarg

public subroutine w90_set_option_text(common_data, keyword, text)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
character(len=*), intent(in) :: text

public subroutine w90_set_option_int(common_data, keyword, ival)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
integer, intent(in) :: ival

public subroutine w90_set_option_i1d(common_data, keyword, arr)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
integer, intent(in) :: arr(:)

public subroutine w90_set_option_i2d(common_data, keyword, arr)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
integer, intent(in) :: arr(:,:)

public subroutine w90_set_option_r1d(common_data, keyword, arr)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
real(kind=dp), intent(in) :: arr(:)

public subroutine w90_set_option_r2d(common_data, keyword, arr)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
real(kind=dp), intent(in) :: arr(:,:)

public subroutine w90_set_option_c2d(common_data, keyword, arr)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
character(len=*), intent(in) :: arr(:)

public subroutine w90_set_option_real(common_data, keyword, rval)

Arguments

Type IntentOptional Attributes Name
type(lib_common_type), intent(inout) :: common_data
character(len=*), intent(in) :: keyword
real(kind=dp), intent(in) :: rval