diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-10-09 11:46:05 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-10-09 12:10:31 +0200 |
commit | 33668f347d7fdcd700fc5e4e34153cbba7889c01 (patch) | |
tree | d83e4b2888f30fa82149669ab145371d7858bcb4 /include/astra/CudaSirtAlgorithm.h | |
parent | 003663649a191fc5bc011d6e5424496576b5e793 (diff) | |
download | astra-33668f347d7fdcd700fc5e4e34153cbba7889c01.tar.gz astra-33668f347d7fdcd700fc5e4e34153cbba7889c01.tar.bz2 astra-33668f347d7fdcd700fc5e4e34153cbba7889c01.tar.xz astra-33668f347d7fdcd700fc5e4e34153cbba7889c01.zip |
Fix whitespace
Diffstat (limited to 'include/astra/CudaSirtAlgorithm.h')
-rw-r--r-- | include/astra/CudaSirtAlgorithm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/astra/CudaSirtAlgorithm.h b/include/astra/CudaSirtAlgorithm.h index 751d612..929ac30 100644 --- a/include/astra/CudaSirtAlgorithm.h +++ b/include/astra/CudaSirtAlgorithm.h @@ -102,8 +102,8 @@ public: * @param _pReconstruction VolumeData2D object for storing the reconstructed volume. */ bool initialize(CProjector2D* _pProjector, - CFloat32ProjectionData2D* _pSinogram, - CFloat32VolumeData2D* _pReconstruction); + CFloat32ProjectionData2D* _pSinogram, + CFloat32VolumeData2D* _pReconstruction); /** Get a description of the class. * |