diff options
Diffstat (limited to 'include/astra/CudaCglsAlgorithm3D.h')
-rw-r--r-- | include/astra/CudaCglsAlgorithm3D.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/astra/CudaCglsAlgorithm3D.h b/include/astra/CudaCglsAlgorithm3D.h index 6f35192..63f028a 100644 --- a/include/astra/CudaCglsAlgorithm3D.h +++ b/include/astra/CudaCglsAlgorithm3D.h @@ -141,9 +141,6 @@ public: */ void setGPUIndex(int _iGPUIndex) { m_iGPUIndex = _iGPUIndex; } - - virtual void signalAbort(); - /** Get the norm of the residual image. * Only a few algorithms support this method. * |