mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 07:24:38 -04:00
Let jt9sim generate files for both 1st and 2nd sequence.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2687 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ program jt9sim
|
||||
'---------------------------------------------------')
|
||||
|
||||
do ifile=1,nfiles !Loop over all files
|
||||
nmin=(ifile-1)*2*minutes
|
||||
nmin=(ifile-1)*minutes
|
||||
ihr=nmin/60
|
||||
imin=mod(nmin,60)
|
||||
write(fname,1002) ihr,imin !Create output filename
|
||||
|
||||
Reference in New Issue
Block a user