summaryrefslogtreecommitdiffstats
path: root/src/CudaForwardProjectionAlgorithm.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-16 18:15:11 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-16 18:15:11 +0100
commit27bb093fb52ee768b00f52cf12075e8488e63452 (patch)
tree2424d84078e35e6232d732846ccf756280e9a431 /src/CudaForwardProjectionAlgorithm.cpp
parentf3ac1849f2b141ea1845752e1ca2317845e90e3a (diff)
parentf1c4c523db55ad31f3cfb8f51113099654c62c00 (diff)
downloadastra-27bb093fb52ee768b00f52cf12075e8488e63452.tar.gz
astra-27bb093fb52ee768b00f52cf12075e8488e63452.tar.bz2
astra-27bb093fb52ee768b00f52cf12075e8488e63452.tar.xz
astra-27bb093fb52ee768b00f52cf12075e8488e63452.zip
Merge branch 'master'
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());