Fix minor formatting alignments, etc.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8547 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-03-09 13:26:06 +00:00
parent f323a5ed35
commit 00850ba488
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ program chkfft
endif
idum=-1 !Set random seed
ndim=1 !One-dimensional transforms
ndim=1 !One-dimensional transforms
do i=1,NMAX !Set random data
x=gran()
y=gran()

View File

@ -69,7 +69,7 @@ program chkfft
endif
idum=-1 !Set random seed
ndim=1 !One-dimensional transforms
ndim=1 !One-dimensional transforms
do i=1,NMAX !Set random data
x=gran()
y=gran()

View File

@ -70,7 +70,7 @@ program chkfft
endif
idum=-1 !Set random seed
ndim=1 !One-dimensional transforms
ndim=1 !One-dimensional transforms
do i=1,NMAX !Set random data
x=gran()
y=gran()

View File

@ -56,7 +56,7 @@ program contest72
write(ct1,1010) dat
1010 format(12b6.6)
! write(*,1014) ct1
1014 format(a72)
!1014 format(a72)
cycle
endif