summaryrefslogtreecommitdiffstats
path: root/cuda/2d/darthelper.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-01 15:05:13 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-01 15:05:13 +0100
commitf70f68fcd465f421b566b199e23e66c1f186b01d (patch)
tree1699757401101eabac1e2bffc67b5ddc23cf1aeb /cuda/2d/darthelper.h
parentadda34cf902c246a75eb46800949dc15d5e84f37 (diff)
downloadastra-f70f68fcd465f421b566b199e23e66c1f186b01d.tar.gz
astra-f70f68fcd465f421b566b199e23e66c1f186b01d.tar.bz2
astra-f70f68fcd465f421b566b199e23e66c1f186b01d.tar.xz
astra-f70f68fcd465f421b566b199e23e66c1f186b01d.zip
Separate cuda from astra headers further
Diffstat (limited to 'cuda/2d/darthelper.h')
-rw-r--r--cuda/2d/darthelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cuda/2d/darthelper.h b/cuda/2d/darthelper.h
index 9a2837c..67a6a7d 100644
--- a/cuda/2d/darthelper.h
+++ b/cuda/2d/darthelper.h
@@ -36,8 +36,6 @@ namespace astraCUDA {
void dartMask(float* out, const float* in, unsigned int conn, unsigned int radius, unsigned int threshold, unsigned int width, unsigned int height);
void dartSmoothing(float* out, const float* in, float b, unsigned int radius, unsigned int width, unsigned int height);
- _AstraExport bool setGPUIndex(int index);
-
}
#endif