Fix/vtkoutputmodule
Storing the name by reference led to erroneous and cryptic names in the output files, as the user would typically create a new field by calling addField(vector, "name"). Thus, the reference loses its validity.
Storing the name by reference led to erroneous and cryptic names in the output files, as the user would typically create a new field by calling addField(vector, "name"). Thus, the reference loses its validity.