File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
#include <math.h>
8
8
#include <tgmath.h>
9
9
10
- extern const minfft_real pi ;
10
+ static const minfft_real pi = 3.141592653589793238462643383279502884L ;
11
11
12
12
// make aux data for one-dimensional forward or inverse complex DFT
13
13
Original file line number Diff line number Diff line change 7
7
#include <math.h>
8
8
#include <tgmath.h>
9
9
10
- extern const minfft_real pi ;
10
+ static const minfft_real pi = 3.141592653589793238462643383279502884L ;
11
11
12
12
// make aux data for one-dimensional forward or inverse complex DFT
13
13
Original file line number Diff line number Diff line change 7
7
#include <math.h>
8
8
#include <tgmath.h>
9
9
10
- const minfft_real pi = 3.141592653589793238462643383279502884L ;
11
- const minfft_real sqrt2 = 1.414213562373095048801688724209698079L ;
10
+ static const minfft_real pi = 3.141592653589793238462643383279502884L ;
11
+ static const minfft_real sqrt2 = 1.414213562373095048801688724209698079L ;
12
12
13
13
// *** meta-functions ***
14
14
You can’t perform that action at this time.
0 commit comments