summaryrefslogtreecommitdiffstats
path: root/src/CudaReconstructionAlgorithm2D.cpp
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2015-03-13 17:22:41 +0100
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2015-03-13 17:26:35 +0100
commit35fadf8641b05d357a37e8098b9a801ba0e815b9 (patch)
tree941eb461bb05065ce2dfcbf3dc423b19748d17ed /src/CudaReconstructionAlgorithm2D.cpp
parentf21700e00e81538d5510973a51b8ae97fb4a24dd (diff)
downloadastra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.gz
astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.bz2
astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.xz
astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.zip
Use a less verbose default fmt for screen logging and cleaner messages
Diffstat (limited to 'src/CudaReconstructionAlgorithm2D.cpp')
-rw-r--r--src/CudaReconstructionAlgorithm2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CudaReconstructionAlgorithm2D.cpp b/src/CudaReconstructionAlgorithm2D.cpp
index 929f0f1..1c6b763 100644
--- a/src/CudaReconstructionAlgorithm2D.cpp
+++ b/src/CudaReconstructionAlgorithm2D.cpp
@@ -178,7 +178,7 @@ bool CCudaReconstructionAlgorithm2D::initialize(const Config& _cfg)
id = boost::lexical_cast<int>(node->getContent());
CProjector2D *projector = CProjector2DManager::getSingleton().get(id);
if (!dynamic_cast<CCudaProjector2D*>(projector)) {
- ASTRA_WARN("Warning: non-CUDA Projector2D passed");
+ ASTRA_WARN("non-CUDA Projector2D passed");
}
delete node;
}