reporting: implement hlines option

remove-priordens
Houtan Bastani 2013-05-14 12:26:49 +02:00
parent d3cf432e30
commit ec49704822
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ fprintf(fid, '%%\n');
ne = o.seriesElements.numElements();
for i=1:ne
o.seriesElements(i).write(fid, dates, o.precision);
if o.hlines
fprintf(fid, '\\hline\n');
end
end
fprintf(fid, '\\bottomrule\n');