I've been trying to get the ft4d program (2.1.0-rc5) to compile with Cygwin64 on Windows 10 (just because) and ran across this oddity. The ft4b subroutine in ft4b.f90 calls the getcandidates4 subroutine like this:

   call getcandidates4(iwave,fa,fb,syncmin,nfqso,maxcand,savg,candidate, &
      ncand,sbase)

where iwave is declared to be a short integer array
       integer*2 iwave(NMAX)

But the getcandidates4 subroutine is defined like this:
subroutine getcandidates4(dd,fa,fb,syncmin,nfqso,maxcand,savg,candidate, &
     ncand,sbase)

where dd is declared as
      real dd(NMAX)

I presume that this is a bug since the types don't match.

Pete VE5VA



_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to