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:
Joe Taylor 2014-01-25 17:07:06 +00:00
parent 6541c1da85
commit 62e67ce491
2 changed files with 1 additions and 5 deletions

View File

@ -128,10 +128,6 @@ subroutine unpackcall(ncall,word,iv2,psfx)
! DE with no prefix or suffix
iv2=7
psfx = ' '
else
iv2=8
word=' '
psfx=' '
endif
999 if(word(1:3).eq.'3D0') word='3DA0'//word(4:)

View File

@ -1,4 +1,4 @@
//----------------------------------------------------------- MainWindow
//------------------------------------------------------------ MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"