diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-03-20 14:00:10 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-03-20 14:51:53 +0100 |
commit | 2929e3eb5c398819163727d94981105f0c979f58 (patch) | |
tree | 3a6d2647ea472b3305371db2bacfabf5cd28f127 /matlab/mex | |
parent | dc391ca18771ad2e2270aeeb1c0a5ee14319a38a (diff) | |
download | astra-2929e3eb5c398819163727d94981105f0c979f58.tar.gz astra-2929e3eb5c398819163727d94981105f0c979f58.tar.bz2 astra-2929e3eb5c398819163727d94981105f0c979f58.tar.xz astra-2929e3eb5c398819163727d94981105f0c979f58.zip |
Fix comment
Diffstat (limited to 'matlab/mex')
-rw-r--r-- | matlab/mex/astra_mex_log_c.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab/mex/astra_mex_log_c.cpp b/matlab/mex/astra_mex_log_c.cpp index 79fe3d5..71b8234 100644 --- a/matlab/mex/astra_mex_log_c.cpp +++ b/matlab/mex/astra_mex_log_c.cpp @@ -26,9 +26,9 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. $Id$ */ -/** \file astra_mex_algorithm_c.cpp +/** \file astra_mex_log_c.cpp * - * \brief Creates and manages algorithms (reconstruction,projection,...). + * \brief Manages astra logging */ #include <mex.h> #include "mexHelpFunctions.h" |