Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
add Statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 17, 2018
1 parent 4650a76 commit 9e2f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEqMonteCarlo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __precompile__()

module DiffEqMonteCarlo

using DiffEqBase, RecursiveArrayTools, StaticArrays, Distributed
using DiffEqBase, RecursiveArrayTools, StaticArrays, Distributed, Statistics

import DiffEqBase: solve, MonteCarloSummary

Expand Down

0 comments on commit 9e2f640

Please sign in to comment.