From 74d6d9e8a97243127b48752b9b211941577d4d9e Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Wed, 5 Oct 2016 00:38:44 +0000 Subject: [PATCH] Update subroutine calls in the command line MSK144 decoder msk144d2. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7151 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/msk144d2.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msk144d2.f90 b/lib/msk144d2.f90 index f6eec1d7f..51d974658 100644 --- a/lib/msk144d2.f90 +++ b/lib/msk144d2.f90 @@ -94,7 +94,7 @@ program msk144d2 do i=1,npts-7*1024+1,7*512 ichunk=id2(i:i+7*1024-1) tsec=(i-1)/12000.0 - call mskrtd(ichunk,nutc,tsec,ntol,nrxfreq,ndepth,line) + call mskrtd(ichunk,nutc,tsec,ntol,nrxfreq,ndepth,mycall,hiscall,bShMsgs,line) if( index(line,"^") .ne. 0 .or. index(line,"&") .ne. 0 ) then write(*,*) line endif