summaryrefslogtreecommitdiffstats
path: root/include/astra/CudaCglsAlgorithm3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/CudaCglsAlgorithm3D.h')
-rw-r--r--include/astra/CudaCglsAlgorithm3D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/CudaCglsAlgorithm3D.h b/include/astra/CudaCglsAlgorithm3D.h
index 47b61af..0d66327 100644
--- a/include/astra/CudaCglsAlgorithm3D.h
+++ b/include/astra/CudaCglsAlgorithm3D.h
@@ -140,7 +140,7 @@ public:
*
* @param _iGPUIndex New GPU index.
*/
- void setGPUIndex(int _iGPUIndex);
+ void setGPUIndex(int _iGPUIndex) { m_iGPUIndex = _iGPUIndex; }
virtual void signalAbort();