diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-05-04 16:59:19 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-05-04 16:59:19 (GMT) |
commit | 3572babfc8050722c0a17c1ceb8fc80a084c9d5a (patch) | |
tree | 4a7ad6a55ecd392ac0aca4ec4138e1909a89931c /fortran | |
parent | 9d1064071bf61938c0aca185db8a34a360d146d0 (diff) | |
download | hdf5-3572babfc8050722c0a17c1ceb8fc80a084c9d5a.zip hdf5-3572babfc8050722c0a17c1ceb8fc80a084c9d5a.tar.gz hdf5-3572babfc8050722c0a17c1ceb8fc80a084c9d5a.tar.bz2 |
[svn-r10726] Purpose:
Bug fix
Description:
Removed Makefile.am code to install .mod files in fortran/testpar.
Fixed warnings in H5match_types.c
Platforms tested:
heping
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5match_types.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5match_types.c b/fortran/src/H5match_types.c index cfa6f87..13c6d4c 100644 --- a/fortran/src/H5match_types.c +++ b/fortran/src/H5match_types.c @@ -34,8 +34,8 @@ void initCfile() * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *\n\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */\n\ \n\n\ -\#ifndef _H5f90i_gen_H\n\ -\#define _H5f90i_gen_H\n\ +#ifndef _H5f90i_gen_H\n\ +#define _H5f90i_gen_H\n\ \n\ /* This file is automatically generated by H5match_types.c at build time. */\n\ \n\ |