Skip to content

Commit c8ce23a

Browse files
committed
Loosen IterativeSolver type restriction
1 parent 9c7728a commit c8ce23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/iterativesolvers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file contains the definition of the IterativeSolver type and the solve! function.
22
# Attempts to remove as much of the boilerplate code as possible from the iterative solvers.
33

4-
mutable struct IterativeSolver{A,B<:NamedTuple}
4+
mutable struct IterativeSolver{A,B}
55
alg::A
66
state::B
77
end

0 commit comments

Comments
 (0)