Skip to content

Fix/vtkoutputmodule

Dennis Gläser requested to merge fix/vtkoutputmodule into cleanup/next

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.

Merge request reports