Skip to content

Commit f39e159

Browse files
norm
1 parent 0a8d823 commit f39e159

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/OrdinaryDiffEqVerner/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "1.0.0"
66
[deps]
77
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
88
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
9+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
910

1011
[extras]
1112
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"

lib/OrdinaryDiffEqVerner/src/OrdinaryDiffEqVerner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
1616
using DiffEqBase: @def, @tight_loop_macros
1717
using Static: False
1818
using TruncatedStacktraces
19+
using LinearAlgebra: norm
1920

2021
include("algorithms.jl")
2122
include("alg_utils.jl")

0 commit comments

Comments
 (0)