COSP_CHECK_INPUT_1D Subroutine

public subroutine COSP_CHECK_INPUT_1D(vname, x, min_val, max_val)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: vname
real, intent(inout) :: x(:)
real, intent(in), optional :: min_val
real, intent(in), optional :: max_val

Called by

proc~~cosp_check_input_1d~~CalledByGraph proc~cosp_check_input_1d COSP_CHECK_INPUT_1D interface~cosp_check_input COSP_CHECK_INPUT interface~cosp_check_input->proc~cosp_check_input_1d

Contents