summaryrefslogtreecommitdiffstats
path: root/src/CudaForwardProjectionAlgorithm.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2015-12-16 18:13:33 +0100
committerWillem Jan Palenstijn <wjp@usecode.org>2015-12-16 18:13:33 +0100
commitf1c4c523db55ad31f3cfb8f51113099654c62c00 (patch)
tree2424d84078e35e6232d732846ccf756280e9a431 /src/CudaForwardProjectionAlgorithm.cpp
parent0d015b1c91581ee5ef3e936f03e4c62fbc7ea362 (diff)
parent823bdc90b6d4ebf5acade43ad909805053c8974e (diff)
downloadastra-f1c4c523db55ad31f3cfb8f51113099654c62c00.tar.gz
astra-f1c4c523db55ad31f3cfb8f51113099654c62c00.tar.bz2
astra-f1c4c523db55ad31f3cfb8f51113099654c62c00.tar.xz
astra-f1c4c523db55ad31f3cfb8f51113099654c62c00.zip
Merge pull request #102 from wjp/misc_fixes
Misc fixes
Diffstat (limited to 'src/CudaForwardProjectionAlgorithm.cpp')
-rw-r--r--src/CudaForwardProjectionAlgorithm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CudaForwardProjectionAlgorithm.cpp b/src/CudaForwardProjectionAlgorithm.cpp
index 9ca13ae..d38469c 100644
--- a/src/CudaForwardProjectionAlgorithm.cpp
+++ b/src/CudaForwardProjectionAlgorithm.cpp
@@ -94,6 +94,7 @@ bool CCudaForwardProjectionAlgorithm::initialize(const Config& _cfg)
ConfigStackCheck<CAlgorithm> CC("CudaForwardProjectionAlgorithm", this, _cfg);
// Projector
+ m_pProjector = 0;
XMLNode node = _cfg.self.getSingleNode("ProjectorId");
if (node) {
int id = boost::lexical_cast<int>(node.getContent());