mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
remove superfluous initialization, fixes issue with Cray compiler (Crusher) (#1828)
This commit is contained in:
parent
9e00089307
commit
cb424b2c45
@ -209,7 +209,6 @@ CONTAINS
|
||||
! Since the name is generated in C and passed to a Fortran string, it
|
||||
! will be NULL terminated, so we need to find the end of the string.
|
||||
|
||||
len = 1
|
||||
DO len = 1, 180
|
||||
IF(name(len) .EQ. C_NULL_CHAR) EXIT
|
||||
ENDDO
|
||||
|
Loading…
Reference in New Issue
Block a user