2014-03-25 04:02:52 +08:00
|
|
|
/*********************************************************************
|
2018-12-07 05:21:03 +08:00
|
|
|
* Copyright 2018, UCAR/Unidata
|
2014-03-25 04:02:52 +08:00
|
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
|
|
*********************************************************************/
|
|
|
|
|
2017-03-09 08:01:10 +08:00
|
|
|
#include "dapincludes.h"
|
2014-03-25 04:02:52 +08:00
|
|
|
|
|
|
|
#include "dapdump.h"
|
|
|
|
|
|
|
|
static NCerror buildcdftreer(NCDAPCOMMON*,OCddsnode,CDFnode*,CDFtree*,CDFnode**);
|
|
|
|
static void defdimensions(OCddsnode, CDFnode*, NCDAPCOMMON*, CDFtree*);
|
|
|
|
static NCerror attachsubsetr(CDFnode*, CDFnode*);
|
|
|
|
static void free1cdfnode(CDFnode* node);
|
|
|
|
|
|
|
|
/* Define Procedures that are common to both
|
|
|
|
libncdap3 and libncdap4
|
|
|
|
*/
|
|
|
|
|