Skip to content

Commit 6a72b9e

Browse files
authored
Merge pull request #97 from OpenBioSim/update_ghostly_api
Update to new ghostly API
2 parents 29eef4f + dd01c71 commit 6a72b9e

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)