From f49f2ce0b88579a7a67898cfbc80e198ee0ff5b0 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 5 Apr 2005 12:30:50 -0500 Subject: [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 --- hl/fortran/src/H5f90i.h | 9 ++++----- 1 file 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))) -- cgit v0.12