Skip to content

Commit

Permalink
include H5LTpublic.h to use H5LTmake_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed May 22, 2017
1 parent 26dc0be commit 5ea5519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bp2h5/bp2h5.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "adios_types.h"

#include "hdf5.h"
//#include "hdf5_hl.h"
#include "H5LTpublic.h"

#ifdef DMALLOC
#include "dmalloc.h"
Expand Down Expand Up @@ -94,7 +94,7 @@ int main (int argc, char ** argv)
{
int gidx, i, j;
MPI_Comm comm_dummy = MPI_COMM_WORLD; /* MPI_Comm is defined through adios_read.h */
uint64_t count[MAX_DIMS];
hsize_t count[MAX_DIMS];
herr_t h5_err;
char h5name[256],aname[256],fname[256];
int h5i, level;
Expand Down

0 comments on commit 5ea5519

Please sign in to comment.