summaryrefslogtreecommitdiffstats
path: root/src/Globals.cpp
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2015-07-17 16:22:05 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-07-23 11:57:17 +0200
commit3d136b7c819b0b142ad056bf01c8c1191eea9ba0 (patch)
treec94bdf6cb861c3e2570e7e2437a30c58513e3780 /src/Globals.cpp
parent2f871bc7068d6c87a7d950ae044ba66b0b8dcd3f (diff)
downloadastra-3d136b7c819b0b142ad056bf01c8c1191eea9ba0.tar.gz
astra-3d136b7c819b0b142ad056bf01c8c1191eea9ba0.tar.bz2
astra-3d136b7c819b0b142ad056bf01c8c1191eea9ba0.tar.xz
astra-3d136b7c819b0b142ad056bf01c8c1191eea9ba0.zip
Fix numpy lapack loading when running in Matlab
Diffstat (limited to 'src/Globals.cpp')
-rw-r--r--src/Globals.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp
index 813f9c9..904a459 100644
--- a/src/Globals.cpp
+++ b/src/Globals.cpp
@@ -28,5 +28,8 @@ $Id$
#include "astra/Globals.h"
+namespace astra{
+ bool running_in_matlab=false;
+}
// nothing to see here :)