Skip to content

Commit

Permalink
Update utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
mikeingold and JoshuaLampert authored Dec 3, 2024
1 parent f78d728 commit 045a082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end
"""
_units(geometry)
Return the Unitful units associated with a particular `geometry`.
Return the Unitful.jl units associated with a particular `geometry`.
"""
_units(::Geometry{M, CRS}) where {M, CRS} = Unitful.unit(CoordRefSystems.lentype(CRS))
_units(::Meshes.Vec{Dim, T}) where {Dim, T} = Unitful.unit(T)
Expand Down

0 comments on commit 045a082

Please sign in to comment.