From 571cae29f07498b4e7f6bedb36507526375dbc40 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 18 Jan 2017 22:01:55 +0000 Subject: [PATCH] Don't carry over previous red marks. Increase slimit in plotter. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@7536 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- libm65/sync64.f90 | 2 ++ mainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libm65/sync64.f90 b/libm65/sync64.f90 index eb909eb52..6bcee4dc7 100644 --- a/libm65/sync64.f90 +++ b/libm65/sync64.f90 @@ -138,6 +138,8 @@ subroutine sync64(c0,nf1,nf2,nfqso,ntol,mode64,emedelay,dtx,f0,jpk,sync, & slimit=6.0 rewind 17 + write(17,1110) 0.0,0.0 + rewind 17 ! rewind 76 do i=2,iz-2*nskip-1,3 x=i diff --git a/mainwindow.cpp b/mainwindow.cpp index 3cc26360a..f9361fb62 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"