Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 14, 2016
1 parent 243fac6 commit 3d7a211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ODE.jl
Expand Up @@ -21,6 +21,9 @@ export ode23s
# non-adaptive stiff:
export ode4s

# Common Interface
export ODEJLAlgorithm

## complete function export list: see runtests.jl

###############################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/common.jl
Expand Up @@ -60,5 +60,3 @@ function solve{uType,tType,isinplace,AlgType<:ODEJLAlgorithm,F}(prob::AbstractOD
build_solution(prob,alg,ts,timeseries,
timeseries_errors = timeseries_errors)
end

export ODEJLAlgorithm, ode23Alg, ode23sAlg, ode45Alg, ode78Alg

0 comments on commit 3d7a211

Please sign in to comment.