Skip to content

Commit

Permalink
u10
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 28, 2024
1 parent 8abfe11 commit ff0511e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nczarr_test/ncpluginpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,16 @@ getfrom(int formatx, char** textp)
case 0: /* Global */
if((stat=nc_plugin_path_get(&dirs))) goto done;
break;
#ifdef NETCDF_ENABLE_NCZARR_FILTERS
case NC_FORMATX_NCZARR:
if((stat=NCZ_plugin_path_get(&dirs))) goto done;
break;
#endif
#ifdef USE_HDF5
case NC_FORMATX_NC_HDF5:
if((stat=NC4_hdf5_plugin_path_get(&dirs))) goto done;
break;
#endif
default: abort();
}
if((stat = ncaux_plugin_path_tostring(&dirs,';',&text))) goto done;
Expand Down

0 comments on commit ff0511e

Please sign in to comment.