mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Forgot to remove some test code from unpackcall.f90.
It's OK now. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3661 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6541c1da85
commit
62e67ce491
@ -128,10 +128,6 @@ subroutine unpackcall(ncall,word,iv2,psfx)
|
|||||||
! DE with no prefix or suffix
|
! DE with no prefix or suffix
|
||||||
iv2=7
|
iv2=7
|
||||||
psfx = ' '
|
psfx = ' '
|
||||||
else
|
|
||||||
iv2=8
|
|
||||||
word=' '
|
|
||||||
psfx=' '
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
999 if(word(1:3).eq.'3D0') word='3DA0'//word(4:)
|
999 if(word(1:3).eq.'3D0') word='3DA0'//word(4:)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//----------------------------------------------------------- MainWindow
|
//------------------------------------------------------------ MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user