add 1D and 2D support in FieldLayout
In FieldLayout, the matchface, matchedge, and matchvertex arrays are hardcoded for 3D. This causes a compiler error when trying to work with Dim=1 or 2, so we want to add the correct arrays for 1D and 2D.
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
In FieldLayout, the matchface, matchedge, and matchvertex arrays are hardcoded for 3D. This causes a compiler error when trying to work with Dim=1 or 2, so we want to add the correct arrays for 1D and 2D.