Skip to content

Commit a33352a

Browse files
tani-dubeyorbeckst
andauthored
Update package/MDAnalysis/analysis/msd.py
Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
1 parent bbdcd68 commit a33352a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • package/MDAnalysis/analysis

package/MDAnalysis/analysis/msd.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@
9191
9292
This example assumes that the trajectory contains periodic box
9393
dimensions. If no periodic boundary information is present, box
94-
dimensions must be defined before applying ``NoJump``.
94+
dimensions must be defined before applying ``NoJump``, which can
95+
be accomplished by applying the
96+
:class:`~MDAnalysis.transformations.boxdimensions.set_dimensions`
97+
transformation *before* the
98+
:class:`~MDAnalysis.transformations.nojump.NoJump` transformation.
9599
96100
This replaces the need to preprocess trajectories externally.
97101

0 commit comments

Comments
 (0)