CABLE
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
array_eq_int32
Function
8 statements
Source File
cable_array_utils.F90
cable_array_utils_mod
array_eq_int32
Contents
private function array_eq_int32(a, b)
Check if two integer arrays are equal.
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in),
dimension(:)
::
a
integer(kind=int32),
intent(in),
dimension(:)
::
b
Return Value
logical