Skip to content

Commit 7d9980a

Browse files
committed
fix: Too much overloading of angular momentum
Accidentally left the type signature off of the overloaded definition of angular momentum in 92abcb2. Fix this.
1 parent 12284bc commit 7d9980a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "UltraDark"
22
uuid = "1c8d022d-dfc0-4b41-80ab-3fc7e88cdfea"
33
authors = ["Nathan Musoke <n.musoke@auckland.ac.nz>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/pencil_grids.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function PencilGrids(length_tuple, resol_tuple::Tuple{Int,Int,Int})::PencilGrids
310310
)
311311
end
312312

313-
function angular_momentum_density(grids, ψx, ρx)
313+
function angular_momentum_density(grids::PencilGrids, ψx, ρx)
314314

315315
angular_momentum = zeros(3, size(ρx)...)
316316

0 commit comments

Comments
 (0)