Remove obsolete write access to amg grid levels

The UG3 multigrid data structure used to have an array 'amggrids' with grid levels for AMG. That array is long gone, but it was still overwritten with nullptrs in the multigrid setup code. A serious memory bug, and I am amazed that nobody ever observed any effects.

Merge request reports

Loading