mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
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:
parent
f323a5ed35
commit
00850ba488
@ -62,7 +62,7 @@ program chkfft
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
idum=-1 !Set random seed
|
idum=-1 !Set random seed
|
||||||
ndim=1 !One-dimensional transforms
|
ndim=1 !One-dimensional transforms
|
||||||
do i=1,NMAX !Set random data
|
do i=1,NMAX !Set random data
|
||||||
x=gran()
|
x=gran()
|
||||||
y=gran()
|
y=gran()
|
||||||
|
@ -69,7 +69,7 @@ program chkfft
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
idum=-1 !Set random seed
|
idum=-1 !Set random seed
|
||||||
ndim=1 !One-dimensional transforms
|
ndim=1 !One-dimensional transforms
|
||||||
do i=1,NMAX !Set random data
|
do i=1,NMAX !Set random data
|
||||||
x=gran()
|
x=gran()
|
||||||
y=gran()
|
y=gran()
|
||||||
|
@ -70,7 +70,7 @@ program chkfft
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
idum=-1 !Set random seed
|
idum=-1 !Set random seed
|
||||||
ndim=1 !One-dimensional transforms
|
ndim=1 !One-dimensional transforms
|
||||||
do i=1,NMAX !Set random data
|
do i=1,NMAX !Set random data
|
||||||
x=gran()
|
x=gran()
|
||||||
y=gran()
|
y=gran()
|
||||||
|
@ -56,7 +56,7 @@ program contest72
|
|||||||
write(ct1,1010) dat
|
write(ct1,1010) dat
|
||||||
1010 format(12b6.6)
|
1010 format(12b6.6)
|
||||||
! write(*,1014) ct1
|
! write(*,1014) ct1
|
||||||
1014 format(a72)
|
!1014 format(a72)
|
||||||
cycle
|
cycle
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user