NCEPLIBS-bufr
12.1.0
icvidx.c
Go to the documentation of this file.
1
21
int
22
icvidx
(
int
ii,
int
jj,
int
numjj)
23
{
24
return
( numjj * ii ) + jj;
25
}
icvidx
int icvidx(int ii, int jj, int numjj)
Computes a unique 1-dimensional array index from 2-dimensional indices.
Definition:
icvidx.c:22
src
icvidx.c
Generated by
1.9.1