|
NCEPLIBS-w3emc
2.11.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: More... | |
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. |