OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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
int32_t nq
Definition: l1q_struc.h:7
#define NQMAX
Definition: l12_parms.h:12
l1str r[NQMAX]
Definition: l1q_struc.h:9
int32_t cscan
Definition: l1q_struc.h:8