Satisfy the fussy compiler on macOS.

This commit is contained in:
Joe Taylor 2022-07-05 14:01:22 -04:00
parent 9adb1c8256
commit 8b767b4c75
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ subroutine grid2deg(grid0,dlong,dlat)
! Converts Maidenhead grid locator to degrees of West longitude
! and North latitude.
character*6 grid0,grid
character*(*) grid0
character*6 grid
character*1 g1,g2,g3,g4,g5,g6
grid=grid0