Skip to content

Commit 100e5ce

Browse files
committed
removed infiltrator
1 parent 92dc593 commit 100e5ce

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["Olav Møyner <[email protected]>"]
44
version = "0.1.7"
55

66
[deps]
7-
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
87
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
98
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
109
Jutul = "2b460a1a-8a2b-45b2-b125-b5c536396eb9"
@@ -21,9 +20,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2120
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
2221
x264_jll = "1270edf5-f2f9-52d2-97e9-ab00b5d0237a"
2322

24-
[sources]
25-
Jutul = {url = "https://github.com/sintefmath/Jutul.jl", rev = "battmo"}
26-
2723
[compat]
2824
JLD2 = "0.4.31"
2925
JSON = "0.21.4"
@@ -36,3 +32,7 @@ StaticArrays = "1.5.17"
3632
StatsBase = "0.34"
3733
Tullio = "0.3.5"
3834
julia = "1.8"
35+
36+
[sources.Jutul]
37+
rev = "battmo"
38+
url = "https://github.com/sintefmath/Jutul.jl"

examples/Experimental/Test_sim.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using Plots
33
using StatsBase
44
#using HYPRE
55
using Plots
6-
using Infiltrator
76
using AlgebraicMultigrid
87
using Preconditioners
98
using Preferences

examples/Experimental/Test_sim_chiphi.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using Jutul, BattMo, GLMakie#, Plots, GLMakie
22
using HYPRE
33
using Plots
44
using StatsBase
5-
using Infiltrator
65
using AlgebraicMultigrid
76
using Preconditioners
87
using Preferences

examples/example_3d_demo_iterative_amg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Jutul, BattMo, GLMakie
22
using StatsBase
33
using Plots
4-
using Infiltrator
54
using AlgebraicMultigrid
65
using Preconditioners
76
using Preferences

0 commit comments

Comments
 (0)