Skip to content

Commit

Permalink
precompile is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 5, 2018
1 parent e20764a commit bfc2dfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/QuadGK.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file was formerly a part of Julia. License is MIT: http://julialang.org/license

__precompile__()
VERSION < v"0.7.0-beta2.199" && __precompile__()

module QuadGK

export quadgk, gauss, kronrod
Expand Down

0 comments on commit bfc2dfa

Please sign in to comment.