Skip to content

Writing longitudenal and transversal strip errors of MM seperatly in ESD instead of MatrixX

With this MR the strip errors of the MM are not anymore saved as Amg::MatrixX objects, but the two diagonal elements are stored as std::vector<float>. Non-diagonal elements are expect to be zero, so no information is lost. This fixes warnings when reading and writing ESDs.

Merge request reports