diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-23 01:55:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-23 01:55:12 (GMT) |
commit | 34bd25f361f81efc396314528f1824fe63af494e (patch) | |
tree | 0fa0ec3c102abac15cd4f1012b99941fdf703009 /fortran | |
parent | 138d4f52544af96770b4a5f151a7b64f2c4dc922 (diff) | |
download | hdf5-34bd25f361f81efc396314528f1824fe63af494e.zip hdf5-34bd25f361f81efc396314528f1824fe63af494e.tar.gz hdf5-34bd25f361f81efc396314528f1824fe63af494e.tar.bz2 |
[svn-r11144] Purpose:
New port
Description:
Elena asked me to check in her NEC SX-6 work, so here it is! :-)
Platforms tested:
FreeBSD 4.11 (sleipnir)
NEC SX-6 (by Elena)
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5FDmpiof.c | 2 | ||||
-rw-r--r-- | fortran/src/H5f90proto.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5FDmpiof.c b/fortran/src/H5FDmpiof.c index 3189477..1a8aa13 100644 --- a/fortran/src/H5FDmpiof.c +++ b/fortran/src/H5FDmpiof.c @@ -16,7 +16,7 @@ #include "H5f90.h" #include <mpi.h> -#include "H5pubconf.h" +#include "H5public.h" /* Support for C to Fortran translation in MPI */ diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 6768f19..38f6b53 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -16,7 +16,7 @@ #ifndef _H5f90proto_H #define _H5f90proto_H -#include "H5pubconf.h" +#include "H5public.h" H5_FCDLL char * HD5f2cstring (_fcd fdesc, size_t len); H5_FCDLL void HD5packFstring(char *src, char *dest, size_t len); |