Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l2gen
l1q_struc.h
Go to the documentation of this file.
1
#ifndef _L1Q_STRUC
2
#define _L1Q_STRUC
3
4
#include "
l1.h
"
5
6
typedef
struct
l1q_struct
{
7
int32_t
nq
;
8
int32_t
cscan
;
9
l1str
r
[
NQMAX
];
10
} l1qstr;
11
12
#endif
l1q_struct::nq
int32_t nq
Definition:
l1q_struc.h:7
NQMAX
#define NQMAX
Definition:
l12_parms.h:12
l1q_struct
Definition:
l1q_struc.h:6
l1q_struct::r
l1str r[NQMAX]
Definition:
l1q_struc.h:9
l1q_struct::cscan
int32_t cscan
Definition:
l1q_struc.h:8
l1.h