summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
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/t_file.c
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/t_file.c')
-rw-r--r--testpar/t_file.c2
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.