Code cleanup.

This commit is contained in:
Joe Taylor 2020-10-09 17:04:06 -04:00
parent e82da4484c
commit d5ce2def09
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ subroutine qra_loops(c00,npts2,mode,mode64,nsubmode,nFadingModel,minsync, &
complex c00(0:720000) !Analytic representation of dd(), 6000 Hz
complex c0(0:720000) !Ditto, with freq shift
real a(3) !twkfreq params f,f1,f2
real s3(LN),s3a(LN) !Symbol spectra
real s3(LN) !Symbol spectra
integer dat4(12),dat4x(12) !Decoded message (as 12 integers)
integer nap(0:11) !AP return codes
data nap/0,2,3,2,3,4,2,3,6,4,6,6/