Skip to content

Commit

Permalink
Merge pull request #88 from jgoldfar/enable-precompilation
Browse files Browse the repository at this point in the history
Enable precompilation
  • Loading branch information
ViralBShah committed Feb 22, 2016
2 parents 4ccc9e3 + faf6fdf commit f89d5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ODE.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
isdefined(Base, :__precompile__) && __precompile__()
# Ordinary Differential Equation Solvers

module ODE
Expand Down

0 comments on commit f89d5f3

Please sign in to comment.