mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
18 lines
580 B
C
18 lines
580 B
C
/*********************************************************************
|
|
* Copyright 1993, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
* $Header: /upc/share/CVS/netcdf-3/libncdap3/getvara.h,v 1.11 2010/05/27 21:34:08 dmh Exp $
|
|
*********************************************************************/
|
|
#ifndef NCCRGETVARX_H
|
|
#define NCCRGETVARX_H
|
|
|
|
typedef struct NCCRgetvarx {
|
|
CCEprojection* projection;
|
|
nc_type internaltype;
|
|
nc_type externaltype;
|
|
CRnode* target;
|
|
Data* data;
|
|
} NCCRgetvarx;
|
|
|
|
#endif /*NCCRGETVARX_H*/
|