We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5984917 commit 8b1a6e9Copy full SHA for 8b1a6e9
lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
@@ -12,7 +12,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
12
constvalue, _unwrap_val, du_alias_or_new,
13
trivial_limiter!, _ode_interpolant!, _ode_addsteps!
14
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
15
-using DiffEqBase: @def
+using DiffEqBase: @def, @tight_loop_macros
16
17
include("algorithms.jl")
18
include("alg_utils.jl")
0 commit comments