summaryrefslogtreecommitdiffstats
path: root/matlab
diff options
context:
space:
mode:
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 2cc2be9..f494ce6 100644
--- a/matlab/mex/astra_mex_c.cpp
+++ b/matlab/mex/astra_mex_c.cpp
@@ -62,12 +62,12 @@ void astra_mex_credits(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[
mexPrintf(" * Dr. Folkert Bleichrodt\n");
mexPrintf(" * Dr. Andrei Dabravolski\n");
mexPrintf(" * Dr. Willem Jan Palenstijn\n");
+ mexPrintf(" * Dr. Daniel Pelt\n");
mexPrintf(" * Dr. Tom Roelandts\n");
mexPrintf(" * Dr. Wim van Aarle\n");
mexPrintf(" * Dr. Gert Van Gompel\n");
mexPrintf(" * Sander van der Maar, MSc.\n");
mexPrintf(" * Gert Merckx, MSc.\n");
- mexPrintf(" * Daan Pelt, MSc.\n");
}
//-----------------------------------------------------------------------------------------