remove superfluous initialization, fixes issue with Cray compiler (Crusher) (#1828)

This commit is contained in:
Scot Breitenfeld 2022-06-29 10:44:21 -05:00 committed by GitHub
parent 9e00089307
commit cb424b2c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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