From e8ee45fa53d0f29b05bdbbd991be4797d75b4ee7 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 5 Apr 2001 12:09:42 -0500 Subject: [svn-r3780] Purpose: Update Description: Changed #include to #include "hdf5_file.h" to be consistent with the new way of generating dependencies. --- testpar/t_dset.c | 2 +- testpar/t_file.c | 2 +- testpar/t_mdset.c | 2 +- testpar/t_mpi.c | 2 +- testpar/testphdf5.c | 2 +- testpar/testphdf5.h | 5 +++-- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/testpar/t_dset.c b/testpar/t_dset.c index 2e79014..efcf97c 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -13,7 +13,7 @@ * only. Collective mode for extendible datasets are not supported yet. */ -#include +#include "testphdf5.h" /* * The following are various utility routines used by the tests. diff --git a/testpar/t_file.c b/testpar/t_file.c index 50cef96..668ae60 100644 --- a/testpar/t_file.c +++ b/testpar/t_file.c @@ -4,7 +4,7 @@ * Parallel tests for file operations */ -#include +#include "testphdf5.h" /* * test file access by communicator besides COMM_WORLD. diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 2ee7c30..1bbe299 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -1,4 +1,4 @@ -#include +#include "testphdf5.h" #define DIM 2 #define SIZE 32 diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index c5cb288..0c2c89e 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -12,7 +12,7 @@ * Last process opens the same file and verifies the data. */ -#include +#include "testphdf5.h" /* FILENAME and filenames must have the same number of names */ const char *FILENAME[2]={ diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index f78a0be..d6cf99f 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -4,7 +4,7 @@ * Main driver of the Parallel HDF5 tests */ -#include +#include "testphdf5.h" #ifndef FILENAME_MAX #define FILENAME_MAX 512 diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 076bf5a..b73a1f9 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -5,8 +5,9 @@ #include #include -#include -#include + +#include "hdf5.h" +#include "h5test.h" /* Define some handy debugging shorthands, routines, ... */ /* debugging tools */ -- cgit v0.12