diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:49:20 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:49:20 (GMT) |
commit | 9bbc5746cc1be0021c678db4b3a7d2cca4fbb744 (patch) | |
tree | e264aa2eb8fd10c88f3c1e2414f96098e2338b74 /testpar/testphdf5.h | |
parent | 6d36b8d9e25f4e4f46b47f84858ef9746af7262e (diff) | |
download | hdf5-9bbc5746cc1be0021c678db4b3a7d2cca4fbb744.zip hdf5-9bbc5746cc1be0021c678db4b3a7d2cca4fbb744.tar.gz hdf5-9bbc5746cc1be0021c678db4b3a7d2cca4fbb744.tar.bz2 |
[svn-r1177] Changed HDmalloc to malloc to avoid the need of using H5private.h.
Removed the #ifndef MPIOTEST. MPIO tests should run all the time
now that the test is more efficient.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index c12d8e9..e114305 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -5,7 +5,6 @@ #include <assert.h> #include <hdf5.h> -#include <H5private.h> #include <mpi.h> #include <mpio.h> |