Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 7, 2024
1 parent 69d91ed commit 0e13dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ncplugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ extern "C" {
#endif

/* Known Plugin Dispatchers */
#ifdef USE_HDF5
EXTERNL const NC_PluginPathDispatch NC4_hdf5_pluginpathtable;
#endif
#ifdef NETCDF_ENABLE_NCZARR
EXTERNL const NC_PluginPathDispatch NCZ_pluginpathtable;
#endif

/* See the file netcdf_aux.h for plugin-related utility functions */

Expand Down

0 comments on commit 0e13dfb

Please sign in to comment.