summaryrefslogtreecommitdiffstats
path: root/matlab/mex/mexHelpFunctions.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-09-25 18:19:09 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-09-25 18:34:41 +0200
commitbd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0 (patch)
treeb89fd0cb7804cdf4b9691a8cbe493819944aa56e /matlab/mex/mexHelpFunctions.h
parent6730face204f40c57c3e8fe58ea9749494d669a6 (diff)
downloadastra-bd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0.tar.gz
astra-bd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0.tar.bz2
astra-bd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0.tar.xz
astra-bd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0.zip
Unify USE_MATLAB_UNDOCUMENTED define
Diffstat (limited to 'matlab/mex/mexHelpFunctions.h')
-rw-r--r--matlab/mex/mexHelpFunctions.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/matlab/mex/mexHelpFunctions.h b/matlab/mex/mexHelpFunctions.h
index bf22929..56994dc 100644
--- a/matlab/mex/mexHelpFunctions.h
+++ b/matlab/mex/mexHelpFunctions.h
@@ -28,6 +28,10 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
#ifndef _INC_ASTRA_MEX_HELPFUNCTIONS
#define _INC_ASTRA_MEX_HELPFUNCTIONS
+
+#define USE_MATLAB_UNDOCUMENTED
+
+
#include <string>
#include <list>
#include <iostream>
@@ -66,6 +70,4 @@ mxArray* XMLNodeToStruct(astra::XMLNode xml);
mxArray* stringToMxArray(std::string input);
mxArray* buildStruct(std::map<std::string, mxArray*> mInput);
-
-
#endif