Skip to content

Remove TRefArray

Simon Spannagel requested to merge trefarray into master

This MR supersedes !110 (closed) and replaces TRefArray with std::vector<TRef> in all ojects. This solves issues seen when writing and reading files and should also be more safe when running with multiple processes.

Merge request reports