Skip to content
Snippets Groups Projects
Commit ec497048 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: implement hlines option

parent d3cf432e
Branches
Tags
No related merge requests found
...@@ -125,6 +125,9 @@ fprintf(fid, '%%\n'); ...@@ -125,6 +125,9 @@ fprintf(fid, '%%\n');
ne = o.seriesElements.numElements(); ne = o.seriesElements.numElements();
for i=1:ne for i=1:ne
o.seriesElements(i).write(fid, dates, o.precision); o.seriesElements(i).write(fid, dates, o.precision);
if o.hlines
fprintf(fid, '\\hline\n');
end
end end
fprintf(fid, '\\bottomrule\n'); fprintf(fid, '\\bottomrule\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment