Skip to content

Commit b1feced

Browse files
committed
revert mcpath to remove debug info
1 parent fe8f084 commit b1feced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mcpath.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
%
2222
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
2323
%
24-
which(mfilename)
2524

2625
p=getvarfrom({'caller','base'},'ISO2MESH_BIN');
2726
binname=[];
2827
if(isempty(p))
2928
% the bin folder under iso2mesh is searched first
30-
tempname=[fileparts(which(mfilename)) filesep 'bin' filesep fname]
29+
tempname=[fileparts(which(mfilename)) filesep 'bin' filesep fname];
3130
if(exist([fileparts(which(mfilename)) filesep 'bin'])==7)
3231
if(nargin>=2)
3332
if(exist([tempname ext],'file'))

0 commit comments

Comments
 (0)