Skip to content

Commit 900322e

Browse files
remove IfElse.jl dependency (#2255)
1 parent 1f9f0e7 commit 900322e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
1616
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1717
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1818
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
19-
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
2019
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2120
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
2221
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
@@ -78,7 +77,6 @@ EllipsisNotation = "1.0"
7877
FillArrays = "1.9"
7978
ForwardDiff = "0.10.24"
8079
HDF5 = "0.16.10, 0.17"
81-
IfElse = "0.1"
8280
LinearAlgebra = "1"
8381
LinearMaps = "2.7, 3.0"
8482
LoopVectorization = "0.12.151"

src/Trixi.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ using DiffEqCallbacks: PeriodicCallback, PeriodicCallbackAffect
5050
using FillArrays: Ones, Zeros
5151
using ForwardDiff: ForwardDiff
5252
using HDF5: HDF5, h5open, attributes, create_dataset, datatype, dataspace
53-
using IfElse: ifelse
5453
using LinearMaps: LinearMap
5554
using LoopVectorization: LoopVectorization, @turbo, indices
5655
using StaticArrayInterface: static_length # used by LoopVectorization

0 commit comments

Comments
 (0)