Skip to content

Commit

Permalink
Merge pull request #42 from ftadel/master
Browse files Browse the repository at this point in the history
Calling mwpath with no inputs
  • Loading branch information
fangq authored Feb 11, 2020
2 parents c394673 + 000138f commit f69eae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mwpath.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
%

if (nargin < 1) || isempty(fname)
fname = '';
end

p=getvarfrom({'caller','base'},'ISO2MESH_TEMP');
session=getvarfrom({'caller','base'},'ISO2MESH_SESSION');

Expand Down

0 comments on commit f69eae2

Please sign in to comment.