Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Mar 3, 2025
1 parent 4734bc2 commit 68e7c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ function ModCSORSolverOptions(multipoint; kwargs...)

return ModCSORSolverOptions(;
converged=fill(false, (1, lm)),
residual=zeros(1, lm),
iterations=zeros(Int, (1, lm)),
residuals=zeros(1, lm),
kwargs...,
)
end
Expand Down

0 comments on commit 68e7c3a

Please sign in to comment.