summaryrefslogtreecommitdiffstats
path: root/cuda/3d/cgls3d.cu
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-09-18 14:48:03 +0000
committerwpalenst <Willem.Jan.Palenstijn@cwi.nl>2014-09-18 14:48:03 +0000
commitbae3289e33e8a7939eed2d0134bfd73514765860 (patch)
tree7ca4be494cc5f98a5cb3d6cb71967110b9746768 /cuda/3d/cgls3d.cu
parenta4c272d9ebe3bb957a3bee074f617e4dcce11fd2 (diff)
downloadastra-bae3289e33e8a7939eed2d0134bfd73514765860.tar.gz
astra-bae3289e33e8a7939eed2d0134bfd73514765860.tar.bz2
astra-bae3289e33e8a7939eed2d0134bfd73514765860.tar.xz
astra-bae3289e33e8a7939eed2d0134bfd73514765860.zip
Remove obsolete debugging output
Diffstat (limited to 'cuda/3d/cgls3d.cu')
-rw-r--r--cuda/3d/cgls3d.cu2
1 files changed, 0 insertions, 2 deletions
diff --git a/cuda/3d/cgls3d.cu b/cuda/3d/cgls3d.cu
index 72bb9cd..773981b 100644
--- a/cuda/3d/cgls3d.cu
+++ b/cuda/3d/cgls3d.cu
@@ -140,8 +140,6 @@ bool CGLS::setBuffers(cudaPitchedPtr& _D_volumeData,
D_volumeData = _D_volumeData;
D_sinoData = _D_projData;
- fprintf(stderr, "Reconstruction buffer: %p\n", (void*)D_volumeData.ptr);
-
sliceInitialized = false;
return true;