Skip to content

Acts-357 access last grid point

Julia Hrdinka requested to merge ACTS-357_accessLastGridPoint into master

This merge request depends on MR !330 (merged) and should be merged afterwards. In the current grid implementation it is not possible to access the last grid point because the neighbours would be out of range. Therefore the neighbour values of the last grid point are set to the value of the last grid point. Fixes ACTS-357.

Edited by Julia Hrdinka

Merge request reports