Skip to content

Commit

Permalink
Update contacts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Dec 15, 2024
1 parent 21231de commit 4ce62d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/MDAnalysis/analysis/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def _get_atomgroup(u, sel):
@staticmethod
def _get_box_func(ts, pbc):
"""Retrieve the dimensions of the simulation box based on PBC.
Parameters
----------
ts : Timestep
Expand All @@ -503,7 +503,7 @@ def _get_box_func(ts, pbc):
A flag indicating whether periodic boundary conditions (PBC)
are enabled. If `True`, the box dimensions are returned,
else returns `None`.
Returns
-------
box_dimensions : ndarray or None
Expand Down

0 comments on commit 4ce62d1

Please sign in to comment.