summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-04-03 23:10:26 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-25 14:10:09 +0200
commit9bf1863c585506fda6b2fd23de08164bb4fb530d (patch)
tree583dedb1a1eb27b63ea1ad86cf0b969dcad608d2
parent744605ed826196aa6e0e3e3b5e945e50d830ed3a (diff)
downloadastra-9bf1863c585506fda6b2fd23de08164bb4fb530d.tar.gz
astra-9bf1863c585506fda6b2fd23de08164bb4fb530d.tar.bz2
astra-9bf1863c585506fda6b2fd23de08164bb4fb530d.tar.xz
astra-9bf1863c585506fda6b2fd23de08164bb4fb530d.zip
Add missing header
-rw-r--r--include/astra/cuda/3d/mem3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/cuda/3d/mem3d.h b/include/astra/cuda/3d/mem3d.h
index 8c3956e..fff1490 100644
--- a/include/astra/cuda/3d/mem3d.h
+++ b/include/astra/cuda/3d/mem3d.h
@@ -110,7 +110,7 @@ bool copyIntoArray(MemHandle3D handle, MemHandle3D subdata, const SSubDimensions
bool FP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, const astra::CVolumeGeometry3D* pVolGeom, MemHandle3D volData, int iDetectorSuperSampling, astra::Cuda3DProjectionKernel projKernel);
-bool BP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, const astra::CVolumeGeometry3D* pVolGeom, MemHandle3D volData, int iVoxelSuperSampling, bool bFDKWeighting);
+bool BP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, const astra::CVolumeGeometry3D* pVolGeom, MemHandle3D volData, int iVoxelSuperSampling);
bool FDK(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, const astra::CVolumeGeometry3D* pVolGeom, MemHandle3D volData, bool bShortScan, const float *pfFilter = 0);