bug fix: typo

time-shift
Houtan Bastani 2013-02-05 11:18:43 +01:00
parent 241afd1ae5
commit 68dff500ca
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if nargin<4
end
end
if ~withtime && ~withname && noemptycell
if ~withtime && ~withnames && noemptycell
% Use matlab builtin routine!
data = csvread(file);
end