From f3ba12e643f33e4398ad24ed01456671accbf818 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 30 Apr 2021 17:31:38 -0400 Subject: [PATCH] Change the timer call to 'q65b', as it should be. --- map65/libm65/map65a.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map65/libm65/map65a.f90 b/map65/libm65/map65a.f90 index 65d103670..d18884c9d 100644 --- a/map65/libm65/map65a.f90 +++ b/map65/libm65/map65a.f90 @@ -227,10 +227,10 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, & a,dt,pol,nkv,nhist,nsum,nsave,qual,decoded) call timer('decode1a',1) if(nqd.eq.2) then - call timer('q65 ',0) + call timer('q65b ',0) call q65b(nutc,fcenter,nfcal,nfsample,ikhz, & mousedf,ntol,xpol,mycall,hiscall,hisgrid,mode_q65) - call timer('q65 ',1) + call timer('q65b ',1) cycle endif