From efaf4fcf008d725b98b8964c0bdd09267c4ba0a8 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 7 Apr 2014 21:37:47 +0000 Subject: Fix Windows build --- cuda/2d/darthelper.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cuda/2d/darthelper.cu') diff --git a/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu index 28b77cc..768d14e 100644 --- a/cuda/2d/darthelper.cu +++ b/cuda/2d/darthelper.cu @@ -342,7 +342,7 @@ void dartSmoothing(float* out, const float* in, float b, unsigned int radius, un -bool setGPUIndex(int iGPUIndex) +_AstraExport bool setGPUIndex(int iGPUIndex) { if (iGPUIndex != -1) { cudaSetDevice(iGPUIndex); -- cgit v1.2.3