mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Satisfy the fussy compiler on macOS.
This commit is contained in:
parent
9adb1c8256
commit
8b767b4c75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user