From 4ef03f3b8ef1e31b28a8851d0fec224d10aadc90 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 9 Jan 2007 17:14:55 +0000 Subject: [PATCH] Fix Makefile.in after removing more unneeded routines. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@331 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.in | 6 +++--- map65.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index ce9365bfb..86d35f72f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,11 +48,11 @@ SRCS2F77 = wsjt1.f astro.f azdist.f coord.f dcoord.f deg2grid.f \ dot.f ftsky.f geocentric.f GeoDist.f grid2deg.f moon2.f \ MoonDop.f sun.f toxyz.f pfxdump.f \ avesp2.f bzap.f \ - indexx.f s2shape.f flat2.f gen65.f chkmsg.f gentone.f \ + indexx.f flat2.f gen65.f chkmsg.f gentone.f \ set.f flatten.f db.f pctile.f sort.f ssort.f ps.f smooth.f \ - peakup.f sync.f detect.f avemsg65.f decode65.f \ + peakup.f avemsg65.f decode65.f \ demod64a.f encode65.f extract.f flat1.f four2.f rfile2.f \ - gencw.f getpfx1.f getpfx2.f getsnr.f graycode.f grid2k.f \ + gencwid.f getpfx1.f getpfx2.f getsnr.f graycode.f grid2k.f \ interleave63.f k2grid.f limit.f lpf1.f morse.f \ nchar.f packcall.f packgrid.f packmsg.f packtext.f setup65.f \ short65.f slope.f spec2d65.f sync65.f unpackcall.f \ diff --git a/map65.py b/map65.py index 13778ce9a..d982231c1 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------- MAP65 +#------------------------------------------------------------------ MAP65 # $Date$ $Revision$ # from Tkinter import *