diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-29 01:19:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 01:19:45 (GMT) |
commit | 42549af4c83f4db09461dac6b500daa7e33752c6 (patch) | |
tree | 5a0e91be02534d9c4c6e2b89f0d5393ddeb5c9b7 /fortran | |
parent | 8235132a26fb771dbe0158e1df7dee549bdcd7a2 (diff) | |
download | hdf5-42549af4c83f4db09461dac6b500daa7e33752c6.zip hdf5-42549af4c83f4db09461dac6b500daa7e33752c6.tar.gz hdf5-42549af4c83f4db09461dac6b500daa7e33752c6.tar.bz2 |
Removed the use of -commons linking option on Darwin (#3581) (#3616)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5_ff.F90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5_ff.F90 b/fortran/src/H5_ff.F90 index 42e7058..2196ff8 100644 --- a/fortran/src/H5_ff.F90 +++ b/fortran/src/H5_ff.F90 @@ -12,8 +12,6 @@ ! PURPOSE ! This module is used to pass C stubs for H5 Fortran APIs. The C stubs are ! packed into arrays in H5_f.c and these arrays are then passed to Fortran. -! This module then uses EQUIVALENCE to assign elements of the arrays to -! Fortran equivalent C stubs. ! ! NOTES ! The size of the C arrays in H5_f.c has to match the values of the variables |