From b932baef5b749a59427519d5c2fbb6558d2d509f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 25 Jan 2014 17:07:06 +0000 Subject: [PATCH] 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 --- lib/unpackcall.f90 | 4 ---- mainwindow.cpp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/unpackcall.f90 b/lib/unpackcall.f90 index d047114d3..5b326308d 100644 --- a/lib/unpackcall.f90 +++ b/lib/unpackcall.f90 @@ -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:) diff --git a/mainwindow.cpp b/mainwindow.cpp index 83f95035d..276121419 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//----------------------------------------------------------- MainWindow +//------------------------------------------------------------ MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"