summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-04-09 21:58:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-04-09 21:58:16 (GMT)
commitf83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca (patch)
treec56bc6d327d7624b7a1cd757defe1d2fa85f3325 /testpar/testphdf5.h
parenta756f0e0c9bdabcef789d9f1731d4af6aad46a00 (diff)
downloadhdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.zip
hdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.tar.gz
hdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.tar.bz2
[svn-r3792] Purpose:
Minor bug fix Description: Changed all #include that is for non-system files (hdf5's own header files) from <...> style to "...". Platforms tested: modi4 Parallel (-64 and -n32)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 076bf5a..9a96e4f 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -5,8 +5,8 @@
#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 */