diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-09-18 14:48:03 +0000 |
---|---|---|
committer | wpalenst <Willem.Jan.Palenstijn@cwi.nl> | 2014-09-18 14:48:03 +0000 |
commit | bae3289e33e8a7939eed2d0134bfd73514765860 (patch) | |
tree | 7ca4be494cc5f98a5cb3d6cb71967110b9746768 /cuda/3d/cgls3d.cu | |
parent | a4c272d9ebe3bb957a3bee074f617e4dcce11fd2 (diff) | |
download | astra-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.cu | 2 |
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; |