From 8c4d4f6732d6027ba833d2cd50283585e144087b Mon Sep 17 00:00:00 2001 From: Jonas Stienen Date: Thu, 22 Dec 2016 23:11:54 +0100 Subject: [PATCH] Added a not to spatial quantization (epsilon) --- include/ITAConstants.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/ITAConstants.h b/include/ITAConstants.h index 1b56789..857a46c 100644 --- a/include/ITAConstants.h +++ b/include/ITAConstants.h @@ -49,9 +49,8 @@ namespace ITAConstants static double HALF_PI_D_L = 1.5707963267948966192313216916397514f; // Epsilon (distance quantization) - static float EPS_F_L = 1.0e-5f; - static double EPS_D_L = 1.0e-5f; - + static float EPS_F_L = 1.0e-5f; // 10 micro meter + static double EPS_D_L = 1.0e-5f; // 10 micro meter // Symbolische Konstante für den Verstärkungsfaktor -oo dB /* TODO: Dies ist hardgecodet eine verdammt große Double-Zahl. -- GitLab