Skip to content

Commit

Permalink
Bugfix: SimNIBS import: Missing returned values
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Oct 19, 2021
1 parent 1c25f84 commit 76e4345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolbox/io/import_anatomy_simnibs.m
Expand Up @@ -62,6 +62,7 @@
end
% Initialize returned variable
errorMsg = [];
FemFile = [];
% Ask folder to the user
if (nargin < 2) || isempty(SimDir)
% Get default import directory and formats
Expand Down

0 comments on commit 76e4345

Please sign in to comment.