diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-24 14:28:25 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-28 12:00:54 +0200 |
commit | 52987f395d423203fbb1a417961408804832c258 (patch) | |
tree | 5524d3e6d08b9278054633d258bbb5544cb1ddbe /matlab | |
parent | 0a72d3f5c67f417199dd41af373ef0e129780838 (diff) | |
download | astra-52987f395d423203fbb1a417961408804832c258.tar.gz astra-52987f395d423203fbb1a417961408804832c258.tar.bz2 astra-52987f395d423203fbb1a417961408804832c258.tar.xz astra-52987f395d423203fbb1a417961408804832c258.zip |
Make filename more consistent
Diffstat (limited to 'matlab')
-rw-r--r-- | matlab/mex/astra_mex_plugin_c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/mex/astra_mex_plugin_c.cpp b/matlab/mex/astra_mex_plugin_c.cpp index 3bc812a..f39e87e 100644 --- a/matlab/mex/astra_mex_plugin_c.cpp +++ b/matlab/mex/astra_mex_plugin_c.cpp @@ -34,7 +34,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. #include "mexHelpFunctions.h" #include "mexInitFunctions.h" -#include "astra/PluginAlgorithm.h" +#include "astra/PluginAlgorithmFactory.h" #include <Python.h> |