source: XIOS/dev/dev_olga/extern/src_netcdf4/ncdimscale.h @ 1620

Last change on this file since 1620 was 409, checked in by ymipsl, 11 years ago

Add improved nectdf internal library src

YM

  • Property svn:eol-style set to native
File size: 345 bytes
Line 
1/* This is part of the netCDF package.
2   Copyright 2011 University Corporation for Atmospheric Research/Unidata
3   See COPYRIGHT file for conditions of use.
4
5   Includes for some HDF5 stuff needed by tests.
6*/
7
8typedef struct hdf5_objid
9{
10   unsigned long fileno[2]; /* file number */
11   haddr_t objno[2]; /* object number */
12} HDF5_OBJID_T; 
Note: See TracBrowser for help on using the repository browser.