Skip to content
Snippets Groups Projects
Commit 435f0c97 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

fix in lib_tw from bug I introduced earlier

parent d9f047bf
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ class LATTICE:
except IndexError:
pass
else:
self.lst[i].apt = self.lst[i - 1].apt
self.lst[i].apt = self.get_elem_idx(self.lst[i].idx_elem - 1).apt
except AttributeError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment