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/testphdf5.h | |
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/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <assert.h> #include <stdlib.h> -#include <hdf5.h> -#include <h5test.h> + +#include "hdf5.h" +#include "h5test.h" /* Define some handy debugging shorthands, routines, ... */ /* debugging tools */ |