summaryrefslogtreecommitdiffstats
path: root/matlab/mex
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2015-06-23 11:01:36 +0200
committerWillem Jan Palenstijn <wjp@usecode.org>2015-06-23 11:01:36 +0200
commit0f4a28769bd577d18ff0c54e550d03a4f256939f (patch)
treebbf4e9e71e55bd38ba69b9e7f57b4b92788bed78 /matlab/mex
parent26198f7e1fbed9d294fc2856f796f408c85b66f3 (diff)
parenta9ea08c4a11592378b320cac45be8eede8addd6f (diff)
downloadastra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.gz
astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.bz2
astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.xz
astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.zip
Merge pull request #74 from dmpelt/small-fixes
Small fixes
Diffstat (limited to 'matlab/mex')
-rw-r--r--matlab/mex/astra_mex_c.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab/mex/astra_mex_c.cpp b/matlab/mex/astra_mex_c.cpp
index 4a331f5..a9b9654 100644
--- a/matlab/mex/astra_mex_c.cpp
+++ b/matlab/mex/astra_mex_c.cpp
@@ -36,9 +36,9 @@ $Id$
#include "mexInitFunctions.h"
#include "astra/Globals.h"
-
+#ifdef ASTRA_CUDA
#include "../cuda/2d/darthelper.h"
-
+#endif
using namespace std;
using namespace astra;