diff --git a/decode65b.f b/decode65b.f index d8b70ec22..d673cc5b6 100644 --- a/decode65b.f +++ b/decode65b.f @@ -37,10 +37,12 @@ C Suppress "birdie messages" and other garbage decodes: endif qual=0. -! if(nkv.eq.0) then - if(ndepth.ge.1) call deep65(s3,mode65,neme, - + flip,mycall,hiscall,hisgrid,deepmsg,qual) + + if(ndepth.ge.1 .and. (nqd.eq.1 .or. flip.eq.1.0)) then + call deep65(s3,mode65,neme,flip,mycall,hiscall, + + hisgrid,deepmsg,qual) if(nqd.ne.1 .and. qual.lt.10.0) qual=0.0 + endif C Save symbol spectra for possible decoding of average. ! do j=1,63 diff --git a/map65.py b/map65.py index c421a866c..1a41a66d2 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------- MAP65 +#-------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/runqqq.F90 b/runqqq.F90 index 943a3921a..07ac5dd8c 100644 --- a/runqqq.F90 +++ b/runqqq.F90 @@ -10,7 +10,7 @@ subroutine runqqq(fname,cmnd,iret) #ifdef CVF iret=runqq(fname,cmnd) #else - iret=system('kvasd -q > dev_null') + iret=system('KVASD_g95 -q > dev_null') #endif return