Skip to content

Commit

Permalink
in process
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Nov 6, 2023
1 parent 5cc8f2d commit 89f4d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molsysmt/build/remove_overlapping_molecules.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def remove_overlapping_molecules(molecular_system, selection, selection_2=None,
from molsysmt.structure import get_contacts

if pbc:
pbc=has_pbc(molecule_system)
pbc=has_pbc(molecular_system)

atom_indices = select(molecular_system, selection=selection, syntax=syntax)

Expand Down

0 comments on commit 89f4d95

Please sign in to comment.