summaryrefslogtreecommitdiffstats
path: root/src/CudaDartSmoothingAlgorithm3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CudaDartSmoothingAlgorithm3D.cpp')
-rw-r--r--src/CudaDartSmoothingAlgorithm3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CudaDartSmoothingAlgorithm3D.cpp b/src/CudaDartSmoothingAlgorithm3D.cpp
index 50ef847..e44970f 100644
--- a/src/CudaDartSmoothingAlgorithm3D.cpp
+++ b/src/CudaDartSmoothingAlgorithm3D.cpp
@@ -81,7 +81,7 @@ bool CCudaDartSmoothingAlgorithm3D::initialize(const Config& _cfg)
CC.markNodeParsed("OutDataId");
// Option: GPU number
- m_iGPUIndex = (int)_cfg.self->getOptionNumerical("GPUindex", 0);
+ m_iGPUIndex = (int)_cfg.self->getOptionNumerical("GPUindex", -1);
m_iGPUIndex = (int)_cfg.self->getOptionNumerical("GPUIndex", m_iGPUIndex);
CC.markOptionParsed("GPUindex");
if (!_cfg.self->hasOption("GPUindex"))