summaryrefslogtreecommitdiffstats
path: root/cuda/2d/arith.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-02 13:50:59 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-01-19 11:15:56 +0100
commit3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb (patch)
tree0e247879bc97dfc8427fd965aa7c3d3d47f7c935 /cuda/2d/arith.h
parent9715fadb1511277add807fc033c32d417fa6ffe0 (diff)
downloadastra-3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb.tar.gz
astra-3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb.tar.bz2
astra-3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb.tar.xz
astra-3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb.zip
Add CUDA SIRT::doSlabCorrections() function
This function optionally compensates for effectively infinitely large slab-like objects of finite thickness 1.
Diffstat (limited to 'cuda/2d/arith.h')
-rw-r--r--cuda/2d/arith.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cuda/2d/arith.h b/cuda/2d/arith.h
index f87db99..31ecc17 100644
--- a/cuda/2d/arith.h
+++ b/cuda/2d/arith.h
@@ -41,6 +41,7 @@ struct opAddMul;
struct opAdd;
struct opAdd2;
struct opMul;
+struct opDiv;
struct opMul2;
struct opDividedBy;
struct opInvert;