removed useless test with exist() that is very expensive in

Octave (but apparently not in Matlab)
time-shift
Michel Juillard 2014-02-01 16:26:18 +01:00
parent 63c289adba
commit c1e0d68351
1 changed files with 3 additions and 3 deletions

View File

@ -104,9 +104,9 @@ qz_criterium = third_argument;
if method if method
persistent U T k n persistent U T k n
else else
if exist('U','var') % if exist('U','var')
clear('U','T','k','n') % clear('U','T','k','n')
end % end
end end
u = []; u = [];