removed useless addpath

time-shift
Houtan Bastani 2011-04-21 10:18:27 +02:00
parent 89a232465b
commit e263b9258f
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ failedBase = {};
top_test_dir = pwd;
addpath(top_test_dir);
addpath([top_test_dir '../matlab']);
for i=1:size(name,2)
try
[directory, testfile, ext] = fileparts([top_test_dir '/' name{i}]);