CABLE
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
array_eq
Interface
3 statements
Source File
cable_array_utils.F90
cable_array_utils_mod
array_eq
Contents
Module Procedures
array_eq_int32
public interface array_eq
Module Procedures
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