diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ConeVecProjectionGeometry3D.cpp | 2 | ||||
| -rw-r--r-- | src/ParallelVecProjectionGeometry3D.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/ConeVecProjectionGeometry3D.cpp b/src/ConeVecProjectionGeometry3D.cpp index ea295d4..9dc273d 100644 --- a/src/ConeVecProjectionGeometry3D.cpp +++ b/src/ConeVecProjectionGeometry3D.cpp @@ -208,7 +208,7 @@ Config* CConeVecProjectionGeometry3D::getConfiguration() const  	Config* cfg = new Config();  	cfg->initialize("ProjectionGeometry3D"); -	cfg->self->addAttribute("type", "cone"); +	cfg->self->addAttribute("type", "cone_vec");  	cfg->self->addChildNode("DetectorRowCount", m_iDetectorRowCount);  	cfg->self->addChildNode("DetectorColCount", m_iDetectorColCount); diff --git a/src/ParallelVecProjectionGeometry3D.cpp b/src/ParallelVecProjectionGeometry3D.cpp index 599cac5..dc325e9 100644 --- a/src/ParallelVecProjectionGeometry3D.cpp +++ b/src/ParallelVecProjectionGeometry3D.cpp @@ -208,7 +208,7 @@ Config* CParallelVecProjectionGeometry3D::getConfiguration() const  	Config* cfg = new Config();  	cfg->initialize("ProjectionGeometry3D"); -	cfg->self->addAttribute("type", "parallel3d"); +	cfg->self->addAttribute("type", "parallel3d_vec");  	cfg->self->addChildNode("DetectorRowCount", m_iDetectorRowCount);  	cfg->self->addChildNode("DetectorColCount", m_iDetectorColCount); | 
