mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
No discrimination against systems which don't have a PI define
This commit is contained in:
parent
f814e68e30
commit
81542d20aa
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
#include "ChangeDetectionFunction.h"
|
#include "ChangeDetectionFunction.h"
|
||||||
|
|
||||||
#ifndef PI
|
#ifndef PI
|
||||||
#define PI (3.14159265358979232846)
|
#define PI (3.14159265358979323846)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#ifndef PI
|
#ifndef PI
|
||||||
#define PI (3.14159265358979232846)
|
#define PI (3.14159265358979323846)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TonalEstimator::TonalEstimator()
|
TonalEstimator::TonalEstimator()
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ typedef complex<double> ComplexData;
|
||||||
|
|
||||||
|
|
||||||
#ifndef PI
|
#ifndef PI
|
||||||
#define PI (3.14159265358979232846)
|
#define PI (3.14159265358979323846)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TWO_PI (2. * PI)
|
#define TWO_PI (2. * PI)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue