Skip to content

Fix incorrect flag copy

Bram Veenboer requested to merge fix into master

Use std::copy_n instead of std::fill_n. Also extend tMeasurementSet such that this part of the code is also covered.

Merge request reports