From 324611ce98a82944def875e61cb93dd98ced9c79 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 11 Dec 2017 15:15:43 +0100 Subject: Remove a remaining ConeProjectionGeometry check in FDK_CUDA --- src/CudaFDKAlgorithm3D.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/CudaFDKAlgorithm3D.cpp b/src/CudaFDKAlgorithm3D.cpp index b2b9c06..e7c65be 100644 --- a/src/CudaFDKAlgorithm3D.cpp +++ b/src/CudaFDKAlgorithm3D.cpp @@ -220,12 +220,6 @@ void CCudaFDKAlgorithm3D::run(int _iNrIterations) // check initialized ASTRA_ASSERT(m_bIsInitialized); - const CProjectionGeometry3D* projgeom = m_pSinogram->getGeometry(); - const CConeProjectionGeometry3D* conegeom = dynamic_cast(projgeom); - // const CVolumeGeometry3D& volgeom = *m_pReconstruction->getGeometry(); - - ASTRA_ASSERT(conegeom); - CFloat32ProjectionData3D* pSinoMem = dynamic_cast(m_pSinogram); ASTRA_ASSERT(pSinoMem); CFloat32VolumeData3D* pReconMem = dynamic_cast(m_pReconstruction); -- cgit v1.2.3