summaryrefslogtreecommitdiffstats
path: root/include/astra/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/Globals.h')
-rw-r--r--include/astra/Globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Globals.h b/include/astra/Globals.h
index 8375726..0adc3e5 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -142,7 +142,7 @@ namespace astra {
const float32 PI32 = 3.14159265358979323846264338328f;
const float32 PIdiv2 = PI / 2;
const float32 PIdiv4 = PI / 4;
- const float32 eps = 1e-7f;
+ const float32 eps = 1e-6f;
extern _AstraExport bool running_in_matlab;
}