Skip to content

Commit

Permalink
plug3
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 7, 2023
1 parent 14e1704 commit 7aa979f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/H5Zmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
#include <assert.h>
#include <stdio.h>
#include <sys/types.h>
#include "netcdf_filter_build.h"
#include "netcdf_filter_hdf5_build.h"
#include "netcdf_aux.h"


#include "h5misc.h"

/* WARNING:
Expand Down
3 changes: 3 additions & 0 deletions plugins/h5misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# define DECLSPEC extern
#endif

#include "netcdf_filter_build.h"
#include "netcdf_filter_hdf5_build.h"

/* use an integer greater than 256 to be id of the registered filter. */
#define H5Z_FILTER_TEST 32768

Expand Down

0 comments on commit 7aa979f

Please sign in to comment.