Skip to content

Commit 0fb3940

Browse files
authored
Update NullspaceSolvers.jl
1 parent a7775b5 commit 0fb3940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolvers/NullspaceSolvers.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct NullspaceSolverSS{A} <: Algebra.SymbolicSetup
4646
solver :: A
4747
end
4848

49-
function Gridap.Algebra.symbolic_setup(solver::NullspaceSolver,A)
49+
function Gridap.Algebra.symbolic_setup(solver::NullspaceSolver,A::AbstractMatrix)
5050
return NullspaceSolverSS(solver)
5151
end
5252

0 commit comments

Comments
 (0)