diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-04-05 17:30:50 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-04-05 17:30:50 (GMT) |
commit | f49f2ce0b88579a7a67898cfbc80e198ee0ff5b0 (patch) | |
tree | 36f60d3d3133d87874f58eae0f53d787cc5f10e1 /hl | |
parent | 2f2e652655b7aede457293947ec924c6a0c8b161 (diff) | |
download | hdf5-f49f2ce0b88579a7a67898cfbc80e198ee0ff5b0.zip hdf5-f49f2ce0b88579a7a67898cfbc80e198ee0ff5b0.tar.gz hdf5-f49f2ce0b88579a7a67898cfbc80e198ee0ff5b0.tar.bz2 |
[svn-r10541]
Purpose:
Bug fix
Description:
FAIL was being doubly defined in high-level fortran directory.
Removed inclusion of H5private.h from H5f90i.h in hl/fortran/src.
Platforms tested:
copper
Diffstat (limited to 'hl')
-rwxr-xr-x | hl/fortran/src/H5f90i.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hl/fortran/src/H5f90i.h b/hl/fortran/src/H5f90i.h index c1a390c..5dc55bb 100755 --- a/hl/fortran/src/H5f90i.h +++ b/hl/fortran/src/H5f90i.h @@ -15,12 +15,11 @@ #ifndef _H5f90i_H #define _H5f90i_H - -/* - * Standard header files needed all the time +/* + * This file is identical to the copy in hdf5/fortran/src except for + * the following line. */ - -#include "H5private.h" +/* #include "H5private.h" */ #if (defined (UNICOS) || (defined (_UNICOS))) |