Skip to content

Commit

Permalink
made type Species except different types of particles
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Feb 5, 2024
1 parent 8643143 commit 83b1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Specie(medium::P, radius::AbstractFloat; kws...) where P<:PhysicalMediu
end

# Shorthand for all Vectors of species
Species{Dim,P} = Vector{S} where S<:Specie{Dim,P}
Species{Dim,P} = Vector{S} where S<:Specie{Dim}


"Returns the volume fraction of the specie."
Expand Down

0 comments on commit 83b1b3d

Please sign in to comment.