Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KSWriteASCII: Fix headers, add type prefixes before lines
Before, the single header row contained a list of all outputs, mixing e.g. track and step outputs. With this commit, there are multiple header rows, splitting the header up into step, track etc. output. To use the header meaningfully, the further lines are also prepended by "track", "step" etc. indicating their type. Also, since outputs have been observed to change order at random (which still has to be understood and if possible avoided), this commit uses fActive*Component to list the actually used components in their correct order.
- Loading branch information