Mike, The 4 programs that you listed are obsolete development code. None of them are used in WSJT-X. Steve K9AN
> On Nov 15, 2018, at 8:44 AM, Black Michael via wsjt-devel > <[email protected]> wrote: > > Is the 77-bit separate? > > > extractmessage144.f90: character*12 recent_calls(nrecent) > ldpcsim128_90.f90: character*12 recent_calls(NRECENT) > ldpcsim144.f90:character*12 recent_calls(NRECENT) > msk144sd.f90: character*12 recent_calls(NRECENT) > > > Mike > > On Thursday, November 15, 2018, 8:31:48 AM CST, Joe Taylor > <[email protected]> wrote: > > > On 11/15/2018 9:17 AM, Black Michael via wsjt-devel wrote: > > > Was checking out the recent_calls hash and noticed this: > > > > mskrtd.f90: recent_calls(i)(1:13)=' ' > > > > But recent_calls is char*12. > > > Not correct. See at top of packjt77.f90: > > ###################################################################### > module packjt77 > > ! These variables are accessible from outside via "use packjt77": > parameter (MAXHASH=1000,MAXRECENT=10) > character*13 callsign(MAXHASH) > integer ihash10(MAXHASH),ihash12(MAXHASH),ihash22(MAXHASH) > integer n28a,n28b,nzhash > character*13 recent_calls(MAXRECENT) > > contains > ... > ###################################################################### > > -- 73, Joe, K1JT > > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
