Skip to content
Snippets Groups Projects
Commit 5afee622 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo.

parent 9aabb82c
No related merge requests found
...@@ -73,7 +73,7 @@ else ...@@ -73,7 +73,7 @@ else
end end
TABLE = horzcat(TABLE, tmp); TABLE = horzcat(TABLE, tmp);
end 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 for i = A.vobs-m+1:A.vobs
TABLE = horzcat(TABLE,separator); TABLE = horzcat(TABLE,separator);
tmp = A.name{i}; tmp = A.name{i};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment