summaryrefslogtreecommitdiffstats
path: root/matlab
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:34:04 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:34:04 +0100
commit69c3eef00e1939ef7b27483f64ef41ab0bfea118 (patch)
tree59abdbe421af19f8b79b274773b3b6455870ccd4 /matlab
parent609196657811160e6a263d715ffb224a3ca510a8 (diff)
downloadastra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.gz
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.bz2
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.xz
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.zip
Remove outdated svn keywords
Diffstat (limited to 'matlab')
-rw-r--r--matlab/tools/astra_geom_2vec.m1
-rw-r--r--matlab/tools/astra_geom_postalignment.m1
-rw-r--r--matlab/tools/astra_geom_size.m1
3 files changed, 0 insertions, 3 deletions
diff --git a/matlab/tools/astra_geom_2vec.m b/matlab/tools/astra_geom_2vec.m
index dbad499..4cfcce1 100644
--- a/matlab/tools/astra_geom_2vec.m
+++ b/matlab/tools/astra_geom_2vec.m
@@ -16,7 +16,6 @@ function proj_geom_vec = astra_geom_2vec(proj_geom)
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
%--------------------------------------------------------------------------
-% $Id$
% PARALLEL 2D
if strcmp(proj_geom.type,'parallel')
diff --git a/matlab/tools/astra_geom_postalignment.m b/matlab/tools/astra_geom_postalignment.m
index a04411a..5f1e7f8 100644
--- a/matlab/tools/astra_geom_postalignment.m
+++ b/matlab/tools/astra_geom_postalignment.m
@@ -24,7 +24,6 @@ function proj_geom = astra_geom_postalignment(proj_geom, factor)
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
%--------------------------------------------------------------------------
-% $Id$
proj_geom = astra_geom_2vec(proj_geom);
diff --git a/matlab/tools/astra_geom_size.m b/matlab/tools/astra_geom_size.m
index 34b898e..1acf59a 100644
--- a/matlab/tools/astra_geom_size.m
+++ b/matlab/tools/astra_geom_size.m
@@ -16,7 +16,6 @@ function s = astra_geom_size(geom, dim)
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
%--------------------------------------------------------------------------
-% $Id$
if isfield(geom, 'GridSliceCount')
% 3D Volume geometry?