OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
GEO_find_next_flag.c File Reference
#include "GEO_geo.h"
#include "GEO_validation.h"
Include dependency graph for GEO_find_next_flag.c:

Go to the source code of this file.

Functions

int GEO_find_next_flag (int sample_flags[], int const number_of_samples, int const start_sample)
 

Function Documentation

◆ GEO_find_next_flag()

int GEO_find_next_flag ( int  sample_flags[],
int const  number_of_samples,
int const  start_sample 
)

GEO_find_next_flag

Parameters
sample_flags[]array of flags for data samples
number_of_samplesarray size
start_samplestart index for search
Returns
index of next unflagged value or GEO_FAIL

Definition at line 6 of file GEO_find_next_flag.c.