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

Bug in getindex with colon #128

Closed
tkoolen opened this issue Mar 30, 2017 · 1 comment
Closed

Bug in getindex with colon #128

tkoolen opened this issue Mar 30, 2017 · 1 comment

Comments

@tkoolen
Copy link
Contributor

tkoolen commented Mar 30, 2017

julia> a = rand(SMatrix{3, 3})
3×3 StaticArrays.SMatrix{3,3,Float64,9}:
 0.633455  0.960151  0.694399
 0.619753  0.497411  0.956151
 0.749377  0.646339  0.736895

julia> a[:]
3-element StaticArrays.SVector{3,Float64}:
 0.633455
 0.619753
 0.749377
@andyferris
Copy link
Member

Thanks. I'm fixing this now.

andyferris pushed a commit that referenced this issue Mar 31, 2017
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