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_file.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_file.c')
-rw-r--r-- | testpar/t_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <testphdf5.h> +#include "testphdf5.h" /* * test file access by communicator besides COMM_WORLD. |