reporting: fix hline for table

remove-priordens
Houtan Bastani 2013-09-26 16:08:13 +02:00
parent 43504f9d64
commit f10dbf60c6
1 changed files with 2 additions and 5 deletions

View File

@ -121,11 +121,8 @@ switch dates.freq
otherwise
error('@table.write: invalid dynSeries frequency');
end
fprintf(fid, '\\\\[-10pt]%%\n');
for i=1:ndates
fprintf(fid, ' & \\hrulefill');
end
fprintf(fid, '\\\\%%\n');
fprintf(fid, '\\\\[-2pt]%%\n');
fprintf(fid, '\\hline%%\n');
fprintf(fid, '%%\n');
% Write Table Data