From 816b303108f5ca2796b14fdee0c26e7b7d341505 Mon Sep 17 00:00:00 2001
From: Moises Fernandez <moisesf@fmrib.ox.ac.uk>
Date: Thu, 11 Apr 2013 15:44:26 +0000
Subject: [PATCH] Changed to have a compiled version. Don't need to compile
 each run time

---
 CUDA/runmcmc.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CUDA/runmcmc.h b/CUDA/runmcmc.h
index e50ad24..101c29a 100644
--- a/CUDA/runmcmc.h
+++ b/CUDA/runmcmc.h
@@ -17,7 +17,7 @@ void init_Fibres_Multifibres(	//INPUT
 				thrust::device_vector<double> 			bvals_gpu,
 				thrust::device_vector<double> 			alpha_gpu,
 				thrust::device_vector<double> 			beta_gpu,
-				string 						output_file, 
+				const int 					ndirections,
 				//OUTPUT
 				thrust::device_vector<FibreGPU>& 		fibres_gpu,
 				thrust::device_vector<MultifibreGPU>& 		multifibres_gpu,
@@ -29,8 +29,8 @@ void runmcmc_burnin(	//INPUT
 			thrust::device_vector<double> 			bvals_gpu,
 			thrust::device_vector<double> 			alpha_gpu,
 			thrust::device_vector<double> 			beta_gpu,
+			const int 					ndirections,
 			double 						seed,
-			string 						output_file, 
 			//INPUT-OUTPUT
 			thrust::device_vector<FibreGPU>& 		fibres_gpu,
 			thrust::device_vector<MultifibreGPU>& 		multifibres_gpu,
@@ -47,8 +47,8 @@ void runmcmc_record(	//INPUT
 			thrust::device_vector<MultifibreGPU> 		multifibres_gpu,
 			thrust::device_vector<double>			signals_gpu,
 			thrust::device_vector<double>			isosignals_gpu,
+			const int 					ndirections,
 			double 						seed,
-			string 						output_file, 
 			//OUTPUT
 			thrust::device_vector<int>&			multirecords_gpu,
 			thrust::device_vector<float>&			rf0_gpu,
-- 
GitLab