NCEPLIBS-bufr  12.0.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 }
int icvidx(int ii, int jj, int numjj)
Computes a unique 1-dimensional array index from 2-dimensional indices.
Definition: icvidx.c:22