Skip to content

Commit

Permalink
Fix 'import X explicitly from Base'.
Browse files Browse the repository at this point in the history
  • Loading branch information
phrb committed Aug 13, 2015
1 parent d2a2075 commit 4a015f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StochasticSearch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module StochasticSearch
unit_value!

# New Methods for Base Functions
import Base.convert, Base.show
import Base.convert, Base.show, Base.getindex,
Base.setindex!

# Types
include("core/parameters.jl")
Expand Down

0 comments on commit 4a015f7

Please sign in to comment.