COSP_CHECK_INPUT_2D Subroutine

public subroutine COSP_CHECK_INPUT_2D(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_2d~~CalledByGraph proc~cosp_check_input_2d COSP_CHECK_INPUT_2D interface~cosp_check_input COSP_CHECK_INPUT interface~cosp_check_input->proc~cosp_check_input_2d

Contents