Skip to content

Commit

Permalink
update Documenter version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Sep 30, 2023
1 parent 89ce56d commit c5278fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"

[compat]
Documenter = "0.25"
Documenter = "1"
1 change: 0 additions & 1 deletion src/spatial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ end
Generate a random velocity along one dimension from the Maxwell-Boltzmann
distribution, with optional custom Boltzmann constant.
"""

function maxwell_boltzmann(atom_mass::Unitful.Mass, temp::Unitful.Temperature,
k::BoltzmannConstUnits=uconvert(u"g * nm^2 * ps^-2 * K^-1", Unitful.k);
rng=Random.GLOBAL_RNG)
Expand Down

0 comments on commit c5278fa

Please sign in to comment.