Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in deps/build.jl #50

Closed
KlausC opened this issue Dec 31, 2016 · 2 comments
Closed

typo in deps/build.jl #50

KlausC opened this issue Dec 31, 2016 · 2 comments

Comments

@KlausC
Copy link

KlausC commented Dec 31, 2016

`julia> typeof(u"ha")
Unitful.Units{(Unitful.Unit{:Are}(2,1//1),),Unitful.Dimensions{(Unitful.Dimension{:Length}(1//1),)}}

julia> typeof(u"a")
Unitful.Units{(Unitful.Unit{:Are}(0,1//1),),Unitful.Dimensions{(Unitful.Dimension{:Length}(2//1),)}}
`
The dimension of should be L^2 in both cases, I guess.

const ha = Unitful.Units{(Unitful.Unit{:Are}(2,1//1),), typeof(𝐋^2)}() deps/build.jl: 85

@ajkeller34
Copy link
Collaborator

Thanks, that's a typo. I'm preparing a new version of Unitful for julia 0.6 at the moment; I'll fix the typo in that branch.

@ajkeller34
Copy link
Collaborator

Fixed on master (see "latest" docs for info about the upcoming version 0.1.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants