Skip to content

Commit

Permalink
Remove dangling define in netcdf_meta.h template file.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Mar 19, 2024
1 parent a56cfe0 commit c38cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/netcdf_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define NC_DISPATCH_VERSION @NC_DISPATCH_VERSION@ /*!< Dispatch table version. */
#define NC_HAS_PAR_FILTERS @NC_HAS_PAR_FILTERS@ /* Parallel I/O with filter support. */
#define NC_HAS_LOGGING @NC_HAS_LOGGING@ /*!< Logging support. */
#define NC_HAS_MULTIFILTERS @NC_HAS_MULTIFILTERS@ /*!< Nczarr support. */

#define NC_HAS_QUANTIZE @NC_HAS_QUANTIZE@ /*!< Quantization support. */
#define NC_HAS_ZSTD @NC_HAS_ZSTD@ /*!< Zstd support. */
#define NC_HAS_BENCHMARKS @NC_HAS_BENCHMARKS@ /*!< Benchmarks. */
Expand Down

0 comments on commit c38cfc5

Please sign in to comment.