"examples/dem2.py" did not exist on "6fdee233fa56beed509153f98e5669b78054d64e"
Fix: Replaced accidental `continue` by `break` in boundaries/createindexlist.py
There was a continue
instead of a break
statement in the python code for index list creation, causing the single_link
flag to be ignored. The test cases for this are updated in lbmpy!41 (merged).
Edited by Frederik Hennig