mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-15 20:22:28 -04:00
Oops! Disable flush(29).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8244 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3babfffbd7
commit
d69564242e
@ -92,7 +92,7 @@ subroutine foxgen(t)
|
|||||||
!1022 format(f10.3,2e12.3,2f10.3)
|
!1022 format(f10.3,2e12.3,2f10.3)
|
||||||
if(freq.gt.3000.0) exit
|
if(freq.gt.3000.0) exit
|
||||||
enddo
|
enddo
|
||||||
flush(29)
|
! flush(29)
|
||||||
|
|
||||||
call system_clock(count1,clkfreq)
|
call system_clock(count1,clkfreq)
|
||||||
time=float(count1-count0)/float(clkfreq) !Cumulative execution time
|
time=float(count1-count0)/float(clkfreq) !Cumulative execution time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user