Skip to content

Commit

Permalink
immutable → struct
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 25, 2017
1 parent 7a0203e commit 0a28d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
### Code:

immutable Bootstrap{T<:AbstractFloat}
struct Bootstrap{T<:AbstractFloat}
p::Vector{T} # Vector of highest peaks
end

Expand Down

0 comments on commit 0a28d9b

Please sign in to comment.