summaryrefslogtreecommitdiffstats
path: root/cuda
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-04-03 22:31:55 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-25 14:10:09 +0200
commit4b576ee6ad461b162dd64538f54df47b65b37972 (patch)
tree1510c20eb9aa4a3605e84051143347b4077e0741 /cuda
parent64abe91dd26e98001f3f5c7cc73543f5f94cb80d (diff)
downloadastra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.gz
astra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.bz2
astra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.xz
astra-4b576ee6ad461b162dd64538f54df47b65b37972.zip
Remove obsolete DensityWeighting option
Diffstat (limited to 'cuda')
-rw-r--r--cuda/3d/mem3d.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/cuda/3d/mem3d.cu b/cuda/3d/mem3d.cu
index 697d2d2..50cfe75 100644
--- a/cuda/3d/mem3d.cu
+++ b/cuda/3d/mem3d.cu
@@ -268,7 +268,7 @@ bool FP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, con
return ok;
}
-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)
{
assert(!volData.d->arr);
SDimensions3D dims;
@@ -289,7 +289,7 @@ bool BP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, con
pParProjs, pConeProjs,
params);
- params.bFDKWeighting = bFDKWeighting;
+ params.bFDKWeighting = false;
if (pParProjs) {
if (projData.d->arr)