A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_util
libgenutils
olog
loader.h
Go to the documentation of this file.
1
2
#ifndef INCLUDE_OLOG_LOADER_H_
3
#define INCLUDE_OLOG_LOADER_H_
4
5
olog
*
olog_load_default
();
6
void
olog_destroy_default
();
7
8
#endif
/* INCLUDE_OLOG_LOADER_H_ */
olog_destroy_default
void olog_destroy_default()
Definition:
olog_loader.c:28
olog_load_default
olog * olog_load_default()
Definition:
olog_loader.c:12
olog
Definition:
olog.c:11