Skip to content

Commit

Permalink
Fixed new call to mrtrix_response in mrtrix_init
Browse files Browse the repository at this point in the history
  • Loading branch information
francopestilli committed Jul 17, 2014
1 parent bba435a commit a4bb390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mrtrix/mrtrix_init.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
% We use the max_lmax to estimate the response.
if (~computed.('response'))
mrtrix_response(files.wm, files.fa, files.sf, files.dwi, ...
files.response, files.b, true,false, min([6,max_lmax]));
files.response, files.b, [], true,false, min([6,max_lmax]));
end

% Compute the CSD estimates:
Expand Down

0 comments on commit a4bb390

Please sign in to comment.