From 0071a49802c6722f41262cb501b93d2f95863319 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Sun, 30 Jun 2019 09:41:01 +0300
Subject: [PATCH] Remove starve voxels

---
 applications/reconstruct/src/voxel_scene.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/reconstruct/src/voxel_scene.cpp b/applications/reconstruct/src/voxel_scene.cpp
index e274f068c..14351d4ea 100644
--- a/applications/reconstruct/src/voxel_scene.cpp
+++ b/applications/reconstruct/src/voxel_scene.cpp
@@ -238,7 +238,7 @@ void SceneRep::nextFrame() {
 	} else {
 		//ftl::cuda::compactifyAllocated(m_hashData, m_hashParams, integ_stream_);
 		if (reg_mode_) ftl::cuda::clearVoxels(m_hashData, m_hashParams); 
-		else ftl::cuda::starveVoxels(m_hashData, m_hashParams, integ_stream_);
+		//else ftl::cuda::starveVoxels(m_hashData, m_hashParams, integ_stream_);
 		m_numIntegratedFrames = 0;
 	}
 }
-- 
GitLab