mirror of
https://github.com/TomHarte/CLK.git
synced 2025-10-31 20:16:07 +00:00
Give value a type.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <cmath>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926f
|
||||
static constexpr float M_PI = 3.1415926f;
|
||||
#endif
|
||||
|
||||
using namespace SignalProcessing;
|
||||
|
||||
Reference in New Issue
Block a user