File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
14
14
SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
15
15
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
16
16
StochasticDiffEq = " 789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
17
- TreeViews = " a2a6695c-b41b-5b7d-aed9-dbfdeacea5d7"
18
17
19
18
[compat ]
20
19
DiffEqBase = " 6.5"
@@ -25,7 +24,6 @@ RecursiveArrayTools = "1,2"
25
24
SparseDiffTools = " 1.6, 2"
26
25
Statistics = " 1"
27
26
StochasticDiffEq = " 6.13"
28
- TreeViews = " 0.3"
29
27
julia = " 1.6"
30
28
31
29
[extras ]
Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ include("level_iterations.jl")
185
185
include (" diffeq.jl" )
186
186
include (" print_human_readable.jl" )
187
187
188
- using TreeViews
189
- TreeViews. hastreeview (x:: AbstractMultiScaleArray ) = true
190
- Base. show (io:: IO , :: MIME"application/prs.juno.inline" , x:: AbstractMultiScaleArray ) = x
191
-
192
188
# Types
193
189
export AbstractMultiScaleArray, AbstractMultiScaleArrayLeaf,
194
190
AbstractMultiScaleArrayHead
You can’t perform that action at this time.
0 commit comments