Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
exceptions::index_values_valid Interface Reference

Public Member Functions

logical(c_bool) function bounds_check_integer_1d (array_vals, array_index)
logical(c_bool) function bounds_check_float_1d (array_vals, array_index)
logical(c_bool) function bounds_check_double_1d (array_vals, array_index)
logical(c_bool) function bounds_check_integer_2d (array_vals, array_index1, array_index2)
logical(c_bool) function bounds_check_float_2d (array_vals, array_index1, array_index2)
logical(c_bool) function bounds_check_double_2d (array_vals, array_index1, array_index2)

Detailed Description

Definition at line 20 of file exceptions.F90.

Member Function/Subroutine Documentation

◆ bounds_check_double_1d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_double_1d ( real (c_double), dimension(:), intent(in) array_vals,
integer (c_int), intent(in) array_index )

Definition at line 67 of file exceptions.F90.

◆ bounds_check_double_2d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_double_2d ( real (c_double), dimension(:,:), intent(in) array_vals,
integer (c_int), intent(in) array_index1,
integer (c_int), intent(in) array_index2 )

Definition at line 120 of file exceptions.F90.

◆ bounds_check_float_1d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_float_1d ( real (c_float), dimension(:), intent(in) array_vals,
integer (c_int), intent(in) array_index )

Definition at line 52 of file exceptions.F90.

◆ bounds_check_float_2d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_float_2d ( real (c_float), dimension(:,:), intent(in) array_vals,
integer (c_int), intent(in) array_index1,
integer (c_int), intent(in) array_index2 )

Definition at line 101 of file exceptions.F90.

◆ bounds_check_integer_1d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_integer_1d ( integer (c_int), dimension(:), intent(in) array_vals,
integer (c_int), intent(in) array_index )

Definition at line 37 of file exceptions.F90.

◆ bounds_check_integer_2d()

logical (c_bool) function exceptions::index_values_valid::bounds_check_integer_2d ( integer (c_int), dimension(:,:), intent(in) array_vals,
integer (c_int), intent(in) array_index1,
integer (c_int), intent(in) array_index2 )

Definition at line 82 of file exceptions.F90.


The documentation for this interface was generated from the following file: