From f53d864269fff64fc458880ebbca913831dddcaa Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 29 Feb 2024 08:26:43 -0500 Subject: [PATCH] Display NS to sfoxtest user instead of Tsync. --- lib/superfox/sfoxtest.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/superfox/sfoxtest.f90 b/lib/superfox/sfoxtest.f90 index 4b68add1c..f31e86bbc 100644 --- a/lib/superfox/sfoxtest.f90 +++ b/lib/superfox/sfoxtest.f90 @@ -85,10 +85,10 @@ program sfoxtest tsync=NSYNC/fsample txt=(NN+NS)*NSPS/fsample - write(*,1000) MM,NN,KK,NSPS,baud,bw,itu,tsync,txt,nstype + write(*,1000) MM,NN,KK,NSPS,baud,bw,itu,NS,txt,nstype 1000 format('M:',i2,' Base code: (',i3,',',i3,') NSPS:',i5, & ' Baud:',f7.3,' BW:',f9.3/ & - 'Channel: ',a2,' Tsync:',f4.1,' TxT:',f5.1,' SyncType:',i2/) + 'Channel: ',a2,' NS:',i3,' TxT:',f5.1,' SyncType:',i2/) ! Allocate storage for arrays that depend on code parameters. allocate(s3(0:NQ-1,0:NN-1))