ncdimscale.h 345 B

123456789101112
  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. Includes for some HDF5 stuff needed by tests.
  5. */
  6. typedef struct hdf5_objid
  7. {
  8. unsigned long fileno[2]; /* file number */
  9. haddr_t objno[2]; /* object number */
  10. } HDF5_OBJID_T;