We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78d728 commit 045a082Copy full SHA for 045a082
src/utils.jl
@@ -39,7 +39,7 @@ end
39
"""
40
_units(geometry)
41
42
-Return the Unitful units associated with a particular `geometry`.
+Return the Unitful.jl units associated with a particular `geometry`.
43
44
_units(::Geometry{M, CRS}) where {M, CRS} = Unitful.unit(CoordRefSystems.lentype(CRS))
45
_units(::Meshes.Vec{Dim, T}) where {Dim, T} = Unitful.unit(T)
0 commit comments