Skip to content

Commit

Permalink
Fix SingularException handling in FiniteDifference
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Dec 18, 2023
1 parent 0b07db7 commit fbbdec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fronts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using ._Chebyshev: chebdif

include("PorousModels/PorousModels.jl")

using LinearAlgebra: Diagonal, Tridiagonal
using LinearAlgebra: Diagonal, Tridiagonal, SingularException

using ArgCheck: @argcheck
using StaticArrays: @SVector, @SMatrix
Expand Down

0 comments on commit fbbdec8

Please sign in to comment.