diff options
Diffstat (limited to 'cuda')
-rw-r--r-- | cuda/3d/par3d_bp.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda/3d/par3d_bp.cu b/cuda/3d/par3d_bp.cu index 32a2062..857a314 100644 --- a/cuda/3d/par3d_bp.cu +++ b/cuda/3d/par3d_bp.cu @@ -268,7 +268,7 @@ bool Par3DBP_Array(cudaPitchedPtr D_volumeData, if (th + angleCount > dims.iProjAngles) angleCount = dims.iProjAngles - th; - bool ok = transferConstants(angles, dims.iProjAngles, params); + bool ok = transferConstants(angles, angleCount, params); if (!ok) return false; |