Remove unused variable warning (#2828)

Polaris FORTRAN compiler reported the unused variable warning.
This commit is contained in:
H. Joe Lee 2023-04-28 11:08:59 -05:00 committed by GitHub
parent 2b7afc2727
commit 443ef49ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1374,7 +1374,7 @@ SUBROUTINE t_enum(total_error)
INTEGER(SIZE_T) , PARAMETER :: NAME_BUF_SIZE = 16
! Enumerated type
INTEGER, PARAMETER :: SOLID=0, LIQUID=1, GAS=2, PLASMA=3
INTEGER, PARAMETER :: SOLID=0, PLASMA=3
INTEGER(HID_T) :: file, filetype, memtype, space, dset ! Handles