NCEPLIBS-bufr
12.2.0
Main Page
Related Pages
Modules
Modules List
Module Members
All
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions/Subroutines
b
c
d
e
g
i
m
n
o
p
r
s
u
Variables
c
f
i
j
k
l
m
n
s
t
v
w
x
Data Types List
Data Types List
Data Fields
All
Functions/Subroutines
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Functions/Subroutines
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
x
Variables
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Macros
Pages
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