From 9ba4f80d08757f4db1908c7f5aded2e90fa2a5f5 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 16 Apr 2014 11:13:06 +0000 Subject: Move setGPUIndex to CAlgorithm base class --- include/astra/CudaFDKAlgorithm3D.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/astra/CudaFDKAlgorithm3D.h') diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h index 7ab9bbe..393e6c8 100644 --- a/include/astra/CudaFDKAlgorithm3D.h +++ b/include/astra/CudaFDKAlgorithm3D.h @@ -145,7 +145,7 @@ public: * * @param _iGPUIndex New GPU index. */ - void setGPUIndex(int _iGPUIndex); + void setGPUIndex(int _iGPUIndex) { m_iGPUIndex = _iGPUIndex; } protected: -- cgit v1.2.3