Fixed unit test for wrap
parent
472fe80656
commit
9d7d563688
|
@ -1,7 +1,10 @@
|
|||
% automatically generated by wrap on 2011-Oct-31
|
||||
% automatically generated by wrap on 2011-Nov-04
|
||||
echo on
|
||||
|
||||
toolboxpath = pwd
|
||||
toolboxpath = mfilename('fullpath');
|
||||
delims = find(toolboxpath == '/');
|
||||
toolboxpath = toolboxpath(1:(delims(end)-1));
|
||||
clear delims
|
||||
addpath(toolboxpath);
|
||||
|
||||
%% Point2
|
||||
|
|
Loading…
Reference in New Issue