Skip to content

Commit

Permalink
Merge branch 'feature/sparse_data' of github.com:fortnern/hdf5 into f…
Browse files Browse the repository at this point in the history
…eature/sparse_data
  • Loading branch information
fortnern committed Jan 16, 2025
2 parents 934f639 + 120919b commit 2dac89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Dprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
/****************************/

/* Typedef for dataset in memory (defined in H5Dpkg.h) */
typedef struct H5D_t H5D_t;
typedef struct H5D_t H5D_t;

/* Other forward declarations of structs needed by this file */
typedef struct H5D_obj_create_t H5D_obj_create_t;
typedef struct H5D_obj_create_t H5D_obj_create_t;
typedef struct H5D_io_type_info_t H5D_io_type_info_t;
typedef struct H5D_dset_io_info_t H5D_dset_io_info_t;

Expand Down

0 comments on commit 2dac89c

Please sign in to comment.