summaryrefslogtreecommitdiffstats
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
parent609196657811160e6a263d715ffb224a3ca510a8 (diff)
downloadastra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.gz
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.bz2
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.tar.xz
astra-69c3eef00e1939ef7b27483f64ef41ab0bfea118.zip
Remove outdated svn keywords
-rw-r--r--cuda/2d/fbp.cu1
-rw-r--r--cuda/2d/fbp.h1
-rw-r--r--include/astra/ParallelVecProjectionGeometry2D.h1
-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
-rw-r--r--src/Float32Data3DGPU.cpp1
-rw-r--r--src/Float32ProjectionData3DGPU.cpp1
-rw-r--r--src/Float32VolumeData3DGPU.cpp1
-rw-r--r--src/GeometryUtil2D.cpp1
-rw-r--r--src/ParallelVecProjectionGeometry2D.cpp1
11 files changed, 0 insertions, 11 deletions
diff --git a/cuda/2d/fbp.cu b/cuda/2d/fbp.cu
index 00042d1..e7ed277 100644
--- a/cuda/2d/fbp.cu
+++ b/cuda/2d/fbp.cu
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "fbp.h"
diff --git a/cuda/2d/fbp.h b/cuda/2d/fbp.h
index 31dd362..8666646 100644
--- a/cuda/2d/fbp.h
+++ b/cuda/2d/fbp.h
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "algo.h"
diff --git a/include/astra/ParallelVecProjectionGeometry2D.h b/include/astra/ParallelVecProjectionGeometry2D.h
index 369c303..805a142 100644
--- a/include/astra/ParallelVecProjectionGeometry2D.h
+++ b/include/astra/ParallelVecProjectionGeometry2D.h
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#ifndef _INC_ASTRA_PARALLELVECPROJECTIONGEOMETRY2D
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?
diff --git a/src/Float32Data3DGPU.cpp b/src/Float32Data3DGPU.cpp
index cd036d8..2b1ddb2 100644
--- a/src/Float32Data3DGPU.cpp
+++ b/src/Float32Data3DGPU.cpp
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "astra/Float32Data3DGPU.h"
diff --git a/src/Float32ProjectionData3DGPU.cpp b/src/Float32ProjectionData3DGPU.cpp
index 00765fc..e1ae896 100644
--- a/src/Float32ProjectionData3DGPU.cpp
+++ b/src/Float32ProjectionData3DGPU.cpp
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "astra/Float32ProjectionData3DGPU.h"
diff --git a/src/Float32VolumeData3DGPU.cpp b/src/Float32VolumeData3DGPU.cpp
index 38c974e..00e030c 100644
--- a/src/Float32VolumeData3DGPU.cpp
+++ b/src/Float32VolumeData3DGPU.cpp
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "astra/Float32VolumeData3DGPU.h"
diff --git a/src/GeometryUtil2D.cpp b/src/GeometryUtil2D.cpp
index 1b3afcd..e09a3bc 100644
--- a/src/GeometryUtil2D.cpp
+++ b/src/GeometryUtil2D.cpp
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "astra/GeometryUtil2D.h"
diff --git a/src/ParallelVecProjectionGeometry2D.cpp b/src/ParallelVecProjectionGeometry2D.cpp
index 4a2a4b0..8905a26 100644
--- a/src/ParallelVecProjectionGeometry2D.cpp
+++ b/src/ParallelVecProjectionGeometry2D.cpp
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
-$Id$
*/
#include "astra/ParallelVecProjectionGeometry2D.h"