Fixed typo.

time-shift
Stéphane Adjemian (Scylla) 2014-03-24 16:50:32 +01:00
parent 9aabb82c76
commit 5afee622d4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ else
end
TABLE = horzcat(TABLE, tmp);
end
TABLE = horzcat(TABLE, separartor, repmat(' ... ', A.nobs+1,1));
TABLE = horzcat(TABLE, separator, repmat(' ... ', A.nobs+1,1));
for i = A.vobs-m+1:A.vobs
TABLE = horzcat(TABLE,separator);
tmp = A.name{i};