summaryrefslogtreecommitdiffstats
path: root/src/ProjectionGeometry3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectionGeometry3D.cpp')
-rw-r--r--src/ProjectionGeometry3D.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ProjectionGeometry3D.cpp b/src/ProjectionGeometry3D.cpp
index 92de247..8d2dc76 100644
--- a/src/ProjectionGeometry3D.cpp
+++ b/src/ProjectionGeometry3D.cpp
@@ -171,9 +171,7 @@ bool CProjectionGeometry3D::initialize(const Config& _cfg)
if (!initializeAngles(_cfg))
return false;
-
- // Interface class, so don't return true
- return false;
+ return true;
}
bool CProjectionGeometry3D::initializeAngles(const Config& _cfg)
@@ -248,8 +246,7 @@ bool CProjectionGeometry3D::_initialize(int _iProjectionAngleCount,
m_iDetectorTotCount = m_iProjectionAngleCount * m_iDetectorRowCount * m_iDetectorColCount;
- // Interface class, so don't return true
- return false;
+ return true;
}
} // namespace astra