mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Corrected Makefile.in; another cleanup in map65a.F90.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1013 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6e957b0af4
commit
7d455d974c
@ -69,7 +69,7 @@ OBJS2F77 = ${SRCS2F77:.f=.o}
|
|||||||
|
|
||||||
SRCS3C = ptt_unix.c igray.c wrapkarn.c cutil.c
|
SRCS3C = ptt_unix.c igray.c wrapkarn.c cutil.c
|
||||||
OBJS3C = ${SRCS3C:.c=.o}
|
OBJS3C = ${SRCS3C:.c=.o}
|
||||||
AUDIOSRCS = a2d.f90 jtaudio.c resample.c start_portaudio.c
|
AUDIOSRCS = a2d.f90 jtaudio.c start_portaudio.c
|
||||||
|
|
||||||
#Audio.so: $(OBJS2C) $(SRCS2F90) $(SRCS2F77) $(SRCS2C)
|
#Audio.so: $(OBJS2C) $(SRCS2F90) $(SRCS2F77) $(SRCS2C)
|
||||||
# python f2py.py -c \
|
# python f2py.py -c \
|
||||||
|
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#------------------------------------------------------------------ MAP65
|
#------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -289,7 +289,6 @@ subroutine map65a(newdat)
|
|||||||
write(11,*) '$EOF'
|
write(11,*) '$EOF'
|
||||||
call flushqqq(11)
|
call flushqqq(11)
|
||||||
ndecdone=1
|
ndecdone=1
|
||||||
t2=sec_midn()
|
|
||||||
endif
|
endif
|
||||||
if(nagain.eq.1) go to 999
|
if(nagain.eq.1) go to 999
|
||||||
enddo
|
enddo
|
||||||
|
Loading…
Reference in New Issue
Block a user