diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-02 21:42:41 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-02 21:42:41 (GMT) |
commit | cd1b5623f0b092960542d38751b6f3453d18e7e7 (patch) | |
tree | 92f25216f3a49716394d37f877634422deefb74c /fortran/src/H5f90.h | |
parent | 6e9724c46c38649b2ddc95a878e872a3c3eb5972 (diff) | |
download | hdf5-cd1b5623f0b092960542d38751b6f3453d18e7e7.zip hdf5-cd1b5623f0b092960542d38751b6f3453d18e7e7.tar.gz hdf5-cd1b5623f0b092960542d38751b6f3453d18e7e7.tar.bz2 |
[svn-r6573]
Purpose: Maintenance
Description: New fortran APIs h5pset_fapl_multi and h5pget_fapl_multi have been
added
Solution:
Platforms tested: burrwhite with PGI compilers, arabica and modi4 with
--enable-parallel
Misc. update:
Diffstat (limited to 'fortran/src/H5f90.h')
-rw-r--r-- | fortran/src/H5f90.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90.h b/fortran/src/H5f90.h index ab72b91..9eeb477 100644 --- a/fortran/src/H5f90.h +++ b/fortran/src/H5f90.h @@ -11,5 +11,5 @@ /* Constants used in H5Gf.c files */ #define OBJECT_NAMELEN_DEFAULT_F -1 - +#define H5_MAX(a,b) (((a)>(b)) ? (a) : (b)) #endif /* _H5f90_H */ |