Skip to content

Commit f69eae2

Browse files
authored
Merge pull request #42 from ftadel/master
Calling mwpath with no inputs
2 parents c394673 + 000138f commit f69eae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mwpath.m

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
2323
%
2424

25+
if (nargin < 1) || isempty(fname)
26+
fname = '';
27+
end
28+
2529
p=getvarfrom({'caller','base'},'ISO2MESH_TEMP');
2630
session=getvarfrom({'caller','base'},'ISO2MESH_SESSION');
2731

0 commit comments

Comments
 (0)