From 69c3eef00e1939ef7b27483f64ef41ab0bfea118 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 24 Jan 2018 14:34:04 +0100 Subject: Remove outdated svn keywords --- matlab/tools/astra_geom_2vec.m | 1 - matlab/tools/astra_geom_postalignment.m | 1 - matlab/tools/astra_geom_size.m | 1 - 3 files changed, 3 deletions(-) (limited to 'matlab') 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? -- cgit v1.2.3