From 4ce62d129c5cd6984b69a533575b3ae5553d2921 Mon Sep 17 00:00:00 2001 From: Valerij Talagayev <82884038+talagayev@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:49:17 +0100 Subject: [PATCH] Update contacts.py --- package/MDAnalysis/analysis/contacts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/MDAnalysis/analysis/contacts.py b/package/MDAnalysis/analysis/contacts.py index 1824d8838b..f29fd4961e 100644 --- a/package/MDAnalysis/analysis/contacts.py +++ b/package/MDAnalysis/analysis/contacts.py @@ -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 @@ -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