Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_hdf4
liboli
ias_odl_free_tree.c
Go to the documentation of this file.
1
/******************************************************************************
2
3
UNIT NAME: ias_odl_free_tree.c
4
5
PURPOSE: Close the ODL tree.
6
7
******************************************************************************/
8
#include "
lablib3.h
"
/* prototypes for the ODL functions */
9
#include "
ias_odl.h
"
10
11
void
ias_odl_free_tree
12
(
13
IAS_OBJ_DESC *p_lp
/* I: Allocated memory to free */
14
)
15
{
16
OdlFreeTree
(p_lp);
17
}
ias_odl.h
ias_odl_free_tree
void ias_odl_free_tree(IAS_OBJ_DESC *p_lp)
Definition:
ias_odl_free_tree.c:12
OdlFreeTree
OBJDESC * OdlFreeTree(OBJDESC *object)
Definition:
lablib3.c:2459
lablib3.h