Skip to content

Commit

Permalink
adjust docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jan 27, 2025
1 parent 28ce32b commit d3a6e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datastructures/Simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ With the second constructor, the `atoms` vector is passed as an argument. This i
are provided by a different source than the PDB file.
The `frames` or `first`, `last`, and `step` arguments can be used to specify the frames to be iterated over:
- `frames` can be a vector of frame indices, e. g., `frames=[1,2,3,5]` or `frames=9:2:20`.
- `first`, `last`, and `step` are Integers that specify the frames to be iterated over.
If `last` is not specified, the last frame in the trajectory will be used.
Expand Down

0 comments on commit d3a6e5d

Please sign in to comment.