We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8f084 commit b1fecedCopy full SHA for b1feced
mcpath.m
@@ -21,13 +21,12 @@
21
%
22
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
23
24
-which(mfilename)
25
26
p=getvarfrom({'caller','base'},'ISO2MESH_BIN');
27
binname=[];
28
if(isempty(p))
29
% the bin folder under iso2mesh is searched first
30
- tempname=[fileparts(which(mfilename)) filesep 'bin' filesep fname]
+ tempname=[fileparts(which(mfilename)) filesep 'bin' filesep fname];
31
if(exist([fileparts(which(mfilename)) filesep 'bin'])==7)
32
if(nargin>=2)
33
if(exist([tempname ext],'file'))
0 commit comments