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 66 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 119 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 51 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 100 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 36 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 81 of file exceptions.F90.


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