Fix: Replaced accidental `continue` by `break` in boundaries/createindexlist.py
- Oct 07, 2020
-
-
Frederik Hennig authored57935b1b
-
- Sep 29, 2020
-
-
Frederik Hennig authoredf3297d71
-
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).