diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-05 17:09:42 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-05 17:09:42 (GMT) |
commit | e8ee45fa53d0f29b05bdbbd991be4797d75b4ee7 (patch) | |
tree | 801ea6f72a8bc8955562f32e00c948dcc9e9005f /testpar/t_dset.c | |
parent | d8bf299873de7e121e18c98119f76eef77387918 (diff) | |
download | hdf5-e8ee45fa53d0f29b05bdbbd991be4797d75b4ee7.zip hdf5-e8ee45fa53d0f29b05bdbbd991be4797d75b4ee7.tar.gz hdf5-e8ee45fa53d0f29b05bdbbd991be4797d75b4ee7.tar.bz2 |
[svn-r3780] Purpose:
Update
Description:
Changed
#include <hdf5_file.h>
to
#include "hdf5_file.h"
to be consistent with the new way of generating dependencies.
Diffstat (limited to 'testpar/t_dset.c')
-rw-r--r-- | testpar/t_dset.c | 2 |
1 files changed, 1 insertions, 1 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 <testphdf5.h> +#include "testphdf5.h" /* * The following are various utility routines used by the tests. |