Skip to content

Commit e8faf98

Browse files
authored
Merge pull request #117 from OpenBioSim/backport_116
Backport fix from PR #116
2 parents c3c9a1a + c2ad47a commit e8faf98

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
@@ -446,7 +446,7 @@ def __init__(self, system, config):
446446

447447
# Log the atom indices in the REST2 selection.
448448
if is_rest2:
449-
_logger.info(f"REST2 selection contains {len(atoms)} atoms: {idxs}")
449+
_logger.info(f"REST2 selection contains {len(idxs)} atoms: {idxs}")
450450

451451
# Apply hydrogen mass repartitioning.
452452
if self._config.hmr:

0 commit comments

Comments
 (0)