Skip to content

Commit 190b9a1

Browse files
committed
Fix typo.
1 parent 1790cc7 commit 190b9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/somd2/runner/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def __init__(self, system, config):
272272
except Exception as e1:
273273
try:
274274
self._system, self._modifications = modify(
275-
self_system, optimise_angles=False
275+
self._system, optimise_angles=False
276276
)
277277
except Exception as e2:
278278
msg = f"Unable to apply modifications to ghost atom bonded terms: {e1}; {e2}"

0 commit comments

Comments
 (0)