Skip to content

Add continues outputting to LaTeX Table printer

Michael Zikeli requested to merge zikelim/extendLaTeXTable into master

The header LaTeX/Table.hpp provides the possibility to log rows of a tabulated .dat file that can later be used to, e.g. print graphs with pgfplots or also just tables in LaTeX.

This MR introduces a writeUpdate Method, that allows for intermediate printing of the tables rows, that have not been printed yet, instead of printing the entire table all the time.

Merge request reports