mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
Trivial formatting correction
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@393 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e4fecd794e
commit
88b6952e9d
@ -1,4 +1,3 @@
|
||||
!---------------------------------------------------- decode1
|
||||
subroutine decode1(iarg)
|
||||
|
||||
! Get data and parameters from gcom, then call the decoders when needed.
|
||||
@ -14,7 +13,7 @@ subroutine decode1(iarg)
|
||||
parameter (NSMAX=60*96000) !Samples per 60 s file
|
||||
integer*2 id(4,NSMAX) !46 MB: raw data from Linrad timf2
|
||||
common/datcom/nutc,newdat2,id,fname80,nlen
|
||||
include 'gcom1.f90'
|
||||
include 'gcom1.f90'
|
||||
include 'gcom2.f90'
|
||||
include 'gcom3.f90'
|
||||
include 'gcom4.f90'
|
||||
|
Loading…
Reference in New Issue
Block a user