Skip to content

Commit dd01c71

Browse files
committed
Update to new ghostly API.
1 parent 29eef4f commit dd01c71

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
@@ -264,7 +264,7 @@ def __init__(self, system, config):
264264
from ghostly import modify
265265

266266
_logger.info("Applying modifications to ghost atom bonded terms")
267-
self._system = modify(self._system)
267+
self._system, self._modifications = modify(self._system)
268268

269269
# Check for a periodic space.
270270
self._has_space = self._check_space()

0 commit comments

Comments
 (0)