From 74d1490651de096316f94de6d6dfec5e485dc99d Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Mon, 7 Feb 2011 16:29:30 +0000 Subject: M_PIl not available on mac os, replaced to M_PI svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14859 --- src/hrtfcont.cpp | 4 ++-- 1 file 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): -- cgit v1.2.1