summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-20 14:00:10 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-20 14:51:53 +0100
commit2929e3eb5c398819163727d94981105f0c979f58 (patch)
tree3a6d2647ea472b3305371db2bacfabf5cd28f127
parentdc391ca18771ad2e2270aeeb1c0a5ee14319a38a (diff)
downloadastra-2929e3eb5c398819163727d94981105f0c979f58.tar.gz
astra-2929e3eb5c398819163727d94981105f0c979f58.tar.bz2
astra-2929e3eb5c398819163727d94981105f0c979f58.tar.xz
astra-2929e3eb5c398819163727d94981105f0c979f58.zip
Fix comment
-rw-r--r--matlab/mex/astra_mex_log_c.cpp4
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"