OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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 
12 (
13  IAS_OBJ_DESC *p_lp /* I: Allocated memory to free */
14 )
15 {
16  OdlFreeTree(p_lp);
17 }
void ias_odl_free_tree(IAS_OBJ_DESC *p_lp)
OBJDESC * OdlFreeTree(OBJDESC *object)
Definition: lablib3.c:2459