From c52f8845011442d7ea3dfffdb72fb5499bf9db26 Mon Sep 17 00:00:00 2001 From: Moises Fernandez <moisesf@fmrib.ox.ac.uk> Date: Fri, 19 Apr 2013 11:07:33 +0000 Subject: [PATCH] Correct the order of parameters --- CUDA/xfibres_gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUDA/xfibres_gpu.h b/CUDA/xfibres_gpu.h index bf9ca04..57db109 100644 --- a/CUDA/xfibres_gpu.h +++ b/CUDA/xfibres_gpu.h @@ -16,8 +16,8 @@ void join_subParts(string name, int size_part, int nsubparts, int size_sub_part, void xfibres_gpu( //INPUT const NEWMAT::Matrix datam, - const NEWMAT::Matrix bvals, const NEWMAT::Matrix bvecs, + const NEWMAT::Matrix bvals, const NEWMAT::Matrix gradm, int idpart, int idSubpart, -- GitLab