From 9d882e01e52d026979ab5d6365aebe192f56ff5c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Jan 2024 13:03:21 -0500 Subject: [PATCH] Remove an incorrect cdat=0. --- lib/superfox/gen_sfox.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/superfox/gen_sfox.f90 b/lib/superfox/gen_sfox.f90 index 13235c880..095b7ab2f 100644 --- a/lib/superfox/gen_sfox.f90 +++ b/lib/superfox/gen_sfox.f90 @@ -44,7 +44,6 @@ subroutine gen_sfox(idat,f0,fsample,syncwidth,cdat,clo) ! Sync waveform a1=f0 + syncwidth/2.0 !Frequency at midpoint of sync waveform a2=2.0*syncwidth/tsync !Frequency drift rate - cdat=0. do i=1,nsync j=j+1 if(i.eq.nsync/2+1) a2=-a2 !Reverse sign of drift at midpoint