Skip to content

Commit

Permalink
removed vestigial input from wma_loadTck
Browse files Browse the repository at this point in the history
Removed unused input from wma_loadTck, per Kitchell's suggestion
  • Loading branch information
DanNBullock authored Jul 17, 2019
1 parent 3929069 commit ffcdcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsc_LoadAndParseFiberStructure.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if ischar(feORwbfg)
% loads if a path
if strcmp(feORwbfg(end-3:end),'.tck')
wbFG = wma_loadTck(feORwbfg, .5);
wbFG = wma_loadTck(feORwbfg);
fe=[];
else
load(feORwbfg)
Expand Down

0 comments on commit ffcdcc3

Please sign in to comment.