summaryrefslogtreecommitdiffstats
path: root/cuda/3d/fdk.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-03-18 19:06:15 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-03-18 19:06:15 +0100
commit7917587464fc6f3e4cf98a7e0e4c73a0be615dc4 (patch)
treecfe4e47f067f5092f65b40be51e29d6e6690137d /cuda/3d/fdk.h
parent74cc865c203cc729f13d9e8348814236271aa6c8 (diff)
parenta9ee92fa1f5d72cf5fa178fbf6a6a547c95f7cc8 (diff)
downloadastra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.gz
astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.bz2
astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.xz
astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.zip
Merge branch 'fdk'
Diffstat (limited to 'cuda/3d/fdk.h')
-rw-r--r--cuda/3d/fdk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda/3d/fdk.h b/cuda/3d/fdk.h
index f4049e6..6f6e73b 100644
--- a/cuda/3d/fdk.h
+++ b/cuda/3d/fdk.h
@@ -35,7 +35,8 @@ namespace astraCUDA3d {
bool FDK_PreWeight(cudaPitchedPtr D_projData,
float fSrcOrigin, float fDetOrigin,
float fZShift,
- float fDetUSize, float fDetVSize, bool bShortScan,
+ float fDetUSize, float fDetVSize, float fVoxSize,
+ bool bShortScan,
const SDimensions3D& dims, const float* angles);
bool FDK(cudaPitchedPtr D_volumeData,