Skip to content
Snippets Groups Projects
Commit c52f8845 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Correct the order of parameters

parent 3492911e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment