Skip to content

Commit

Permalink
Update Config.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Apr 19, 2024
1 parent 6d6ec5a commit 196cf89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wgrib2/Config.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ int f_config(ARG0) {
#else
strcat(inv_out, "Netcdf package is not installed\n");
#endif
#if defined USE_NETCDF4
strcat(inv_out, "netcdf4: " USE_NETCDF4 "\n");
strcat(inv_out, "hdf5: " USE_HDF5 "\n");
#endif
//#if defined USE_NETCDF4
// strcat(inv_out, "netcdf4: " USE_NETCDF4 "\n");
// strcat(inv_out, "hdf5: " USE_HDF5 "\n");
//#endif
#ifdef USE_AEC
strcat(inv_out, USE_AEC " is installed\n" );
#endif
Expand Down

0 comments on commit 196cf89

Please sign in to comment.