summaryrefslogtreecommitdiffstats
path: root/cuda/3d/par3d_bp.cu
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-12 14:18:54 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-12 14:18:54 +0100
commit1a7dfb0964fa7686aa01f0d836f95910dc4dc07f (patch)
tree98d1b706d1cbb43ab1f43c66cbef021fd5ace886 /cuda/3d/par3d_bp.cu
parent42db106d9b66639312d874e4f35e4e9ff7a407d0 (diff)
downloadastra-1a7dfb0964fa7686aa01f0d836f95910dc4dc07f.tar.gz
astra-1a7dfb0964fa7686aa01f0d836f95910dc4dc07f.tar.bz2
astra-1a7dfb0964fa7686aa01f0d836f95910dc4dc07f.tar.xz
astra-1a7dfb0964fa7686aa01f0d836f95910dc4dc07f.zip
Adapt standalone test programs to outputscale
Diffstat (limited to 'cuda/3d/par3d_bp.cu')
-rw-r--r--cuda/3d/par3d_bp.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda/3d/par3d_bp.cu b/cuda/3d/par3d_bp.cu
index 1217949..cafab46 100644
--- a/cuda/3d/par3d_bp.cu
+++ b/cuda/3d/par3d_bp.cu
@@ -450,7 +450,7 @@ int main()
cudaMemcpy3D(&p);
}
- astraCUDA3d::Par3DBP(volData, projData, dims, angle);
+ astraCUDA3d::Par3DBP(volData, projData, dims, angle, 1.0f);
#if 1
float* buf = new float[256*256];