mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-27 01:31:42 +00:00
Give value a type.
This commit is contained in:
parent
108c584ddb
commit
fafe43f013
@ -11,7 +11,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.1415926f
|
static constexpr float M_PI = 3.1415926f;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace SignalProcessing;
|
using namespace SignalProcessing;
|
||||||
|
Loading…
Reference in New Issue
Block a user