[BugFix] Fix indexing with ghostlayers
The Block indexing has bug when created with an iteration slice and ghost layers. With !341 (merged) The Block indexing supports slices more naturally by limiting the iteration space to the sliced size. Thus the counter index is multiplied by the step size. This was done also for the offset of the ghostlayers which is wrong.
This MR fixes the problem