summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90.h
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5f90.h')
-rw-r--r--fortran/src/H5f90.h2
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 */