Skip to content

Commit d95e391

Browse files
Update src/common.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent d4120fb commit d95e391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr,Ttol}
1212
# common arguments
1313
abstol::Ttol
1414
reltol::Ttol
15-
maxiters::Ti
15+
maxiters::Int
1616
verbose::Bool
1717
end
1818

0 commit comments

Comments
 (0)