Fixed unit test for wrap

release/4.3a0
Alex Cunningham 2011-11-04 15:10:38 +00:00
parent 472fe80656
commit 9d7d563688
1 changed files with 5 additions and 2 deletions

View File

@ -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