Skip to content

[el2p] fix the model for two-dimensional settings

Bernd Flemisch requested to merge feature/fix-el2p-for-dim-2 into master

At various places, the code still assumed 3d. Generalize it by replacing [2] by [dimWorld-1] or by appropriate if statements.

Merge request reports