From 12fd6925502d3ead9b73498f44f9b2f9abbc9bea Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 2 Oct 2014 13:50:59 +0200 Subject: Add CUDA SIRT::doSlabCorrections() function This function optionally compensates for effectively infinitely large slab-like objects of finite thickness 1. --- cuda/2d/arith.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cuda/2d/arith.h') diff --git a/cuda/2d/arith.h b/cuda/2d/arith.h index f730e2f..5a7d034 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; -- cgit v1.2.3