Skip to content

Commit 175ffd2

Browse files
correct nothing
1 parent c691e2f commit 175ffd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function defaultalg(A::DiffEqArrayOperator, b, assumptions::OperatorAssumptions{
77
defaultalg(A.A, b, assumptions)
88
end
99

10-
function defaultalg(A, b, ::OperatorAssumptions{nothing})
10+
function defaultalg(A, b, ::OperatorAssumptions{Nothing})
1111
issquare = size(A, 1) == size(A, 2)
1212
defaultalg(A, b, OperatorAssumptions(Val(issquare)))
1313
end

0 commit comments

Comments
 (0)