You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
570 B
20 lines
570 B
2 years ago
|
/* This is part of the netCDF package.
|
||
|
Copyright 2018 University Corporation for Atmospheric Research/Unidata
|
||
|
See COPYRIGHT file for conditions of use.
|
||
|
|
||
|
Test HDF5 file code. These are not intended to be exhaustive tests,
|
||
|
but they use HDF5 the same way that netCDF-4 does, so if these
|
||
|
tests don't work, than netCDF-4 won't work either.
|
||
|
|
||
|
This file creates the same file as file tst_xplatform2_3 (created
|
||
|
by tst_xplatform2.c).
|
||
|
*/
|
||
|
|
||
|
#ifndef _H5_ERR_MACROS_H
|
||
|
#define _H5_ERR_MACROS_H
|
||
|
|
||
|
#define NONETCDF
|
||
|
#include "err_macros.h"
|
||
|
|
||
|
#endif /*_H5_ERR_MACROS_H*/
|