From 7584ffbd6748bcca8c3f7ed2dc961be01f2fcfdc Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Thu, 16 Jul 2015 18:09:51 +0200
Subject: Fix assert

---
 cuda/3d/astra3d.cu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cuda')

diff --git a/cuda/3d/astra3d.cu b/cuda/3d/astra3d.cu
index ae79efb..3815a1a 100644
--- a/cuda/3d/astra3d.cu
+++ b/cuda/3d/astra3d.cu
@@ -287,7 +287,7 @@ bool convertAstraGeometry(const CVolumeGeometry3D* pVolGeom,
 {
 	assert(pVolGeom);
 	assert(pProjGeom);
-	assert(pProjGeom->getProjectionAngles());
+	assert(pProjGeom->getProjectionVectors());
 
 	int nth = pProjGeom->getProjectionCount();
 
-- 
cgit v1.2.3