aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hrtfcont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hrtfcont.cpp b/src/hrtfcont.cpp
index 7e018f0..975e386 100644
--- a/src/hrtfcont.cpp
+++ b/src/hrtfcont.cpp
@@ -28,8 +28,8 @@
#include "hrtfcont.hpp"
#include "logstring.hpp"
-#define DEG2RAD (M_PIl/180)
-#define RAD2DEG (180/M_PIl)
+#define DEG2RAD (M_PI/180)
+#define RAD2DEG (180/M_PI)
#define EPS 0.0000000000001
HrtfCont::HrtfCont(const ir_key& k):