There was an error while loading. Please reload this page.
1 parent bbdcd68 commit a33352aCopy full SHA for a33352a
1 file changed
package/MDAnalysis/analysis/msd.py
@@ -91,7 +91,11 @@
91
92
This example assumes that the trajectory contains periodic box
93
dimensions. If no periodic boundary information is present, box
94
- dimensions must be defined before applying ``NoJump``.
+ 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.
99
100
This replaces the need to preprocess trajectories externally.
101
0 commit comments