summaryrefslogtreecommitdiffstats
path: root/matlab/tools/astra_mex.m
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/tools/astra_mex.m')
-rw-r--r--matlab/tools/astra_mex.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/matlab/tools/astra_mex.m b/matlab/tools/astra_mex.m
index 9d6b2c7..aa6c3ea 100644
--- a/matlab/tools/astra_mex.m
+++ b/matlab/tools/astra_mex.m
@@ -6,13 +6,12 @@ function [varargout] = astra_mex(varargin)
%------------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
-% 2014-2015, CWI, Amsterdam
+% Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
+% 2014-2016, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@uantwerpen.be
-% Website: http://sf.net/projects/astra-toolbox
+% Website: http://www.astra-toolbox.com/
%------------------------------------------------------------------------
-% $Id$
if nargout == 0
astra_mex_c(varargin{:});
if exist('ans','var')