Skip to content

Commit

Permalink
Change include style to plain direct includes
Browse files Browse the repository at this point in the history
Broadcasted includes are not compatible with Revise.jl.
  • Loading branch information
oschulz committed Oct 22, 2017
1 parent ac01797 commit 4bb5cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/GeDetROOT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ __precompile__(false)

module GeDetROOT

include.([
"sis3316_to_root.jl",
])
include("sis3316_to_root.jl")

end # module
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

import Compat.Test
Test.@testset "Package GeDetROOT" begin
include.([
])
end

0 comments on commit 4bb5cb3

Please sign in to comment.