summarylogtreecommitdiffstats
path: root/qtiplot-0.9.8.9-FFTcpp.patch
blob: abe661be81da16642d0891928e4c08c4d02584eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- qtiplot-0.9.8.9/qtiplot/src/analysis/FFT.cpp	2013-09-01 11:36:10.742543036 -0300
***************
*** 39,49 ****
  #include <gsl/gsl_fft_complex.h>
  #include <gsl/gsl_fft_halfcomplex.h>
  
! FFT::FFT(ApplicationWindow *parent, Table *t, const QString& realColName, const QString& imagColName, int from, int to)
  : Filter(parent, t)
  {
  	init();
!     setDataFromTable(t, realColName, imagColName, from, to);
  }
  
  FFT::FFT(ApplicationWindow *parent, QwtPlotCurve *c)
--- 39,49 ----
  #include <gsl/gsl_fft_complex.h>
  #include <gsl/gsl_fft_halfcomplex.h>
  
! FFT::FFT(ApplicationWindow *parent, Table *t, const QString& realColName, const QString& imagColName, int from, int to, bool foo)
  : Filter(parent, t)
  {
  	init();
!     setDataFromTable(t, realColName, imagColName, from, to, foo);
  }
  
  FFT::FFT(ApplicationWindow *parent, QwtPlotCurve *c)
***************
*** 353,359 ****
  	ml->arrangeLayers(false, false);
  }
  
! bool FFT::setDataFromTable(Table *t, const QString& realColName, const QString& imagColName, int from, int to)
  {
  	d_init_err = true;
  
--- 353,359 ----
  	ml->arrangeLayers(false, false);
  }
  
! bool FFT::setDataFromTable(Table *t, const QString& realColName, const QString& imagColName, int from, int to, bool foo)
  {
  	d_init_err = true;