diff options
Diffstat (limited to 'include/astra/CudaEMAlgorithm.h')
-rw-r--r-- | include/astra/CudaEMAlgorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/CudaEMAlgorithm.h b/include/astra/CudaEMAlgorithm.h index ff22dd4..ca9c9f6 100644 --- a/include/astra/CudaEMAlgorithm.h +++ b/include/astra/CudaEMAlgorithm.h @@ -72,7 +72,7 @@ public: bool initialize(CProjector2D* _pProjector, CFloat32ProjectionData2D* _pSinogram, CFloat32VolumeData2D* _pReconstruction, - int _iGPUindex = 0, int _iDetectorSuperSampling = 1, + int _iGPUindex = -1, int _iDetectorSuperSampling = 1, int _iPixelSuperSampling = 1); /** Get a description of the class. |