Skip to content

Commit

Permalink
correct error in module
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Feb 14, 2018
1 parent 6e9b6f0 commit 70a4420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cumulants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Cumulants
include("cumulant.jl")

#naive implementation
include("naivecumulants")
include("naivecumulants.jl")

export moment, cumulants, naivecumulant, naivemoment
end

0 comments on commit 70a4420

Please sign in to comment.