You need to sign in or sign up before continuing.
Fix: Replaced accidental `continue` by `break` in boundaries/createindexlist.py
- Frederik Hennig authored
+ 77
− 0
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).