Skip to content

Commit c7fef17

Browse files
committed
Update compat to new Jutul version from merged branch
1 parent 1b80f6a commit c7fef17

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Project.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BattMo"
22
uuid = "6f0c0536-3c2c-4762-a987-c605a8a6f898"
33
authors = ["Olav Møyner <[email protected]>"]
4-
version = "0.1.7"
4+
version = "0.1.8"
55

66
[deps]
77
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
@@ -23,7 +23,7 @@ x264_jll = "1270edf5-f2f9-52d2-97e9-ab00b5d0237a"
2323
[compat]
2424
JLD2 = "0.4.31"
2525
JSON = "0.21.4"
26-
Jutul = "0.2.10"
26+
Jutul = "0.3.0"
2727
MAT = "0.10.4"
2828
Polynomials = "3.2.11 - 4"
2929
PrecompileTools = "1.1.1"
@@ -32,9 +32,3 @@ StaticArrays = "1.5.17"
3232
StatsBase = "0.34"
3333
Tullio = "0.3.5"
3434
julia = "1.8"
35-
36-
[extras]
37-
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
38-
39-
[targets]
40-
test = ["AlgebraicMultigrid"]

test/3d_example_amg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using BattMo, Jutul
22
using Test
3-
using AlgebraicMultigrid
43

54
@testset "3d amg" begin
65
@test begin

0 commit comments

Comments
 (0)