From c5278fa9c56f2c660c9e5a59f28c3aa48b87c06a Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Sun, 1 Oct 2023 00:24:40 +0100 Subject: [PATCH] update Documenter version --- docs/Project.toml | 2 +- src/spatial.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)