mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-25 17:40:27 +08:00
removed enum test file from configure because it is not being used
This commit is contained in:
parent
328cb8865f
commit
0feeba691e
@ -68,7 +68,6 @@ AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_LINKS([nc_test4/ref_hdf5_compat1.nc:nc_test4/ref_hdf5_compat1.nc])
|
||||
AC_CONFIG_LINKS([nc_test4/ref_hdf5_compat2.nc:nc_test4/ref_hdf5_compat2.nc])
|
||||
AC_CONFIG_LINKS([nc_test4/ref_hdf5_compat3.nc:nc_test4/ref_hdf5_compat3.nc])
|
||||
AC_CONFIG_LINKS([nc_test4/ref_hdf5_enum.nc:nc_test4/ref_hdf5_enum.nc])
|
||||
|
||||
AC_CONFIG_LINKS([hdf4_test/ref_chunked.hdf4:hdf4_test/ref_chunked.hdf4])
|
||||
AC_CONFIG_LINKS([hdf4_test/ref_contiguous.hdf4:hdf4_test/ref_contiguous.hdf4])
|
||||
|
@ -37,8 +37,8 @@ NC4_sync,
|
||||
NC4_abort,
|
||||
NC4_close,
|
||||
NC4_set_fill,
|
||||
NC4_inq_base_pe,
|
||||
NC4_set_base_pe,
|
||||
NC_NOTNC3_inq_base_pe,
|
||||
NC_NOTNC3_set_base_pe,
|
||||
NC4_inq_format,
|
||||
NC4_inq_format_extended,
|
||||
|
||||
|
@ -17,37 +17,6 @@
|
||||
#include "nc4internal.h"
|
||||
#include "nc4dispatch.h"
|
||||
|
||||
/**
|
||||
* @internal This function only does anything for netcdf-3 files.
|
||||
*
|
||||
* @param ncid File ID (ignored).
|
||||
* @param pe Processor element (ignored).
|
||||
*
|
||||
* @return ::NC_ENOTNC3 Not a netCDF classic format file.
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
int
|
||||
NC4_set_base_pe(int ncid, int pe)
|
||||
{
|
||||
return NC_ENOTNC3;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal This function only does anything for netcdf-3 files.
|
||||
*
|
||||
* @param ncid File ID (ignored).
|
||||
* @param pe Pointer to processor element. Ignored if NULL. Gets a 0
|
||||
* if present.
|
||||
*
|
||||
* @return ::NC_ENOTNC3 Not a netCDF classic format file.
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
int
|
||||
NC4_inq_base_pe(int ncid, int *pe)
|
||||
{
|
||||
return NC_ENOTNC3;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal Get the format (i.e. NC_FORMAT_NETCDF4 pr
|
||||
* NC_FORMAT_NETCDF4_CLASSIC) of an open netCDF-4 file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user