diff options
Diffstat (limited to 'examples/ph5example.c')
-rw-r--r-- | examples/ph5example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ph5example.c b/examples/ph5example.c index 84f5ab7..4871ee7 100644 --- a/examples/ph5example.c +++ b/examples/ph5example.c @@ -14,7 +14,7 @@ */ #include <assert.h> -#include <hdf5.h> +#include "hdf5.h" #ifdef H5_HAVE_PARALLEL /* Temporary source code */ @@ -952,7 +952,7 @@ parse_options(int argc, char **argv){ int main(int argc, char **argv) { - char *filenames[]={ "ParaEg1.h5f", "ParaEg2.h5f" }; + char *filenames[]={ "ParaEg1.h5", "ParaEg2.h5" }; int mpi_namelen; char mpi_name[MPI_MAX_PROCESSOR_NAME]; |