Skip to content

Commit

Permalink
Update sunvs_display.m
Browse files Browse the repository at this point in the history
  • Loading branch information
c14h19no2 committed Mar 1, 2021
1 parent 8f743a1 commit f340d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunvs_display.m
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
case job.default.SupportedUnderLay
job.Underlay = job.my.Underlay.(lower(job.useUnderlay));
case 'custom'
job.Underlay = spm_select(1, 'mesh', 'Select Underlay files...');
job.Underlay = {spm_select(1, 'mesh', 'Select Underlay files...')};
otherwise
error('Invaild Overlay');
end
Expand Down

0 comments on commit f340d9b

Please sign in to comment.