Add patch for span

to add a time slot.
This commit is contained in:
Holger Vogt 2026-02-28 16:19:05 +01:00
parent ee347262b5
commit bfe496937e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ com_fft(wordlist *wl)
length = (plot_cur->pl_scale)->v_length;
time = (plot_cur->pl_scale)->v_realdata;
span = time[length-1] - time[0];
span = time[length-1] - time[0] + time[length-1] - time[length-2];
#ifdef HAVE_LIBFFTW3
fpts = length/2 + 1;