From c7e3fa09e37ffd286dda12a074e2e1e6cbeedd2d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 1 Jan 2016 15:35:00 +0000 Subject: [PATCH] Comment out the "write(79)..." lines. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6332 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/decoder.f90 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 13cbfa61e..fea7b2744 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -68,7 +68,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample) ndecoded=0 go to 800 endif - + ntol65=params%ntol !### is this OK? ### newdat65=params%newdat newdat9=params%newdat @@ -226,10 +226,10 @@ contains write(13,1012) utc,nint(sync),snr,dt,float(freq),drift,decoded,ft 1012 format(i4.4,i4,i5,f6.1,f8.0,i4,3x,a22,' JT65',i4) call flush(6) - write(79,3001) utc,sync,snr,dt,freq,candidates, & - hard_min,total_min,rtt,tries,ft,min(qual,99),decoded -3001 format(i4.4,f5.1,i4,f5.1,i5,i6,i3,i4,f6.3,i8,i2,i3,1x,a22) - flush(79) +! write(79,3001) utc,sync,snr,dt,freq,candidates, & +! hard_min,total_min,rtt,tries,ft,min(qual,99),decoded +!3001 format(i4.4,f5.1,i4,f5.1,i5,i6,i3,i4,f6.3,i8,i2,i3,1x,a22) +! flush(79) !$omp end critical(decode_results) select type(this)