source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/extern/src_netcdf4/ncdimscale.h @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
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.