mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 19:38:35 -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)
|
||||
if(freq.gt.3000.0) exit
|
||||
enddo
|
||||
flush(29)
|
||||
! flush(29)
|
||||
|
||||
call system_clock(count1,clkfreq)
|
||||
time=float(count1-count0)/float(clkfreq) !Cumulative execution time
|
||||
|
Loading…
Reference in New Issue
Block a user