Add continues outputting to LaTeX Table printer
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.