diff --git a/docs/Project.toml b/docs/Project.toml index f3233bec..61e90c7c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c" [compat] -Documenter = "0.25" +Documenter = "1" diff --git a/src/spatial.jl b/src/spatial.jl index d1b7bf33..891639b1 100644 --- a/src/spatial.jl +++ b/src/spatial.jl @@ -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)