From 38ab83a8d058679763ac24bb823215545ed55655 Mon Sep 17 00:00:00 2001
From: Moises Fernandez <moisesf@fmrib.ox.ac.uk>
Date: Thu, 28 Feb 2013 15:40:39 +0000
Subject: [PATCH] make faster mix parameters after repeat a vox because f0

---
 CUDA/xfibres_gpu.cuh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CUDA/xfibres_gpu.cuh b/CUDA/xfibres_gpu.cuh
index 9cdf868..05dae84 100644
--- a/CUDA/xfibres_gpu.cuh
+++ b/CUDA/xfibres_gpu.cuh
@@ -68,7 +68,7 @@ void prepare_data_gpu_FIT_repeat(	//INPUT
 
 //implemented and used in xfibres_gpu.cu
 void mix_params(	//INPUT
-			thrust::device_vector<double>   		params_repeat_gpu,
+			thrust::host_vector<double>   		params_repeat_gpu,
 			thrust::host_vector<int>			vox_repeat,
 			int						nrepeat,
 			int						nvox,
-- 
GitLab