reporting: make tableSubSectionHeader prettier when vlineAfterEndOfPeriod is true

time-shift
Houtan Bastani 2013-09-27 11:14:00 +02:00
parent d1c012d289
commit 48c428d748
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if ~isempty(o.tableRowColor)
end
if ~isempty(o.tableSubSectionHeader)
fprintf(fid, '%s', o.tableSubSectionHeader);
for i=1:size(dates)
for i=1:size(dates)+length(yrsForAvgs)
fprintf(fid, '&');
end
fprintf(fid, '\\\\%%\n');