diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 18:10:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 18:10:16 (GMT) |
commit | f5c24bc9a46b989892e946bb6f440a88bb2f06af (patch) | |
tree | 44b67b7ceb4fa0e5bbebe867630332d1ddec25e9 /src/hdf5.h | |
parent | 85917a734134ce356e9f701b71bcd88617967a76 (diff) | |
download | hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.zip hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.tar.gz hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.tar.bz2 |
[svn-r10130] Purpose:
Retired GASS driver.
Platforms tested:
H5committested.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r-- | src/hdf5.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ /* Predefined file drivers */ #include "H5FDcore.h" /* Files stored entirely in memory */ #include "H5FDfamily.h" /* File families */ -#include "H5FDgass.h" /* Remote files using GASS I/O */ #include "H5FDlog.h" /* sec2 driver with I/O logging (for debugging) */ #include "H5FDmpi.h" /* MPI-based file drivers */ #include "H5FDmulti.h" /* Usage-partitioned file family */ |