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~2~~CalledByGraph proc~cosp_check_input_2d~2 COSP_CHECK_INPUT_2D interface~cosp_check_input~2 COSP_CHECK_INPUT interface~cosp_check_input~2->proc~cosp_check_input_2d~2

Contents