Logo
Explore Drone CI Help
Register Sign In
w4kek/WSJT-X
1
0
Fork 0
You've already forked WSJT-X
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-06-30 17:05:16 -04:00
Code Issues Packages Projects Releases Wiki Activity
WSJT-X/rfile3a.f90

15 lines
324 B
Fortran
Raw Normal View History

Additional needed files git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@336 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-11 21:48:10 +00:00
!----------------------------------------------------- rfile3a
subroutine rfile3a(infile,ibuf,n,ierr)
File opening and disk reading has been rationalized git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@350 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-14 00:44:34 +00:00
character*(*) infile
Additional needed files git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@336 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-11 21:48:10 +00:00
integer*1 ibuf(n)
open(10,file=infile,form='binary',status='old',err=998)
read(10,end=998) ibuf
ierr=0
go to 999
998 ierr=1002
Basic waterfall now works. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@346 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-12 19:56:45 +00:00
999 close(10)
return
Additional needed files git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@336 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-11 21:48:10 +00:00
end subroutine rfile3a
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 260ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API