2011-04-17 04:56:36 +08:00
|
|
|
/*********************************************************************
|
|
|
|
* 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 $
|
|
|
|
*********************************************************************/
|
2011-06-11 02:47:26 +08:00
|
|
|
#ifndef NCCRGETVARX_H
|
|
|
|
#define NCCRGETVARX_H
|
2011-04-17 04:56:36 +08:00
|
|
|
|
2011-06-11 02:47:26 +08:00
|
|
|
typedef struct NCCRgetvarx {
|
|
|
|
CCEprojection* projection;
|
|
|
|
nc_type internaltype;
|
|
|
|
nc_type externaltype;
|
2011-04-17 04:56:36 +08:00
|
|
|
CRnode* target;
|
2011-06-11 02:47:26 +08:00
|
|
|
Data* data;
|
|
|
|
} NCCRgetvarx;
|
2011-04-17 04:56:36 +08:00
|
|
|
|
2011-06-11 02:47:26 +08:00
|
|
|
#endif /*NCCRGETVARX_H*/
|