NCEPLIBS-w3emc 2.12.0
|
Test n words starting at l1, l2 for equality, return .true. More...
Go to the source code of this file.
Functions/Subroutines | |
logical function | iw3mat (l1, l2, n) |
Program history log: | |
Test n words starting at l1, l2 for equality, return .true.
if all equal; otherwise .false.
Definition in file iw3mat.f.
logical function iw3mat | ( | integer, dimension(*) | l1, |
integer, dimension(*) | l2, | ||
n | |||
) |
Program history log:
[in] | L1 | Integer array to match with l2. |
[in] | L2 | Integer array to match with l1. |
[in] | N | Number of integer words to test for match. |