summaryrefslogtreecommitdiffstats
path: root/matlab
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:53:53 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:54:02 +0100
commit454bb20b5d7eb36f1efbf6659652ace26cc229e0 (patch)
tree8e58d94bd0150d82277118e821ab75bcda846be8 /matlab
parent0c5deb3401d71c6dcaa2124169820f63be970c6b (diff)
downloadastra-454bb20b5d7eb36f1efbf6659652ace26cc229e0.tar.gz
astra-454bb20b5d7eb36f1efbf6659652ace26cc229e0.tar.bz2
astra-454bb20b5d7eb36f1efbf6659652ace26cc229e0.tar.xz
astra-454bb20b5d7eb36f1efbf6659652ace26cc229e0.zip
Fix matlab interface build
Diffstat (limited to 'matlab')
-rw-r--r--matlab/mex/astra_mex_c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/mex/astra_mex_c.cpp b/matlab/mex/astra_mex_c.cpp
index c16059f..017946a 100644
--- a/matlab/mex/astra_mex_c.cpp
+++ b/matlab/mex/astra_mex_c.cpp
@@ -38,7 +38,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
#include "astra/AstraObjectManager.h"
#ifdef ASTRA_CUDA
-#include "../cuda/2d/darthelper.h"
+#include "../cuda/2d/astra.h"
#include "../cuda/2d/util.h"
#include "astra/CompositeGeometryManager.h"
#endif