Skip to content

Commit ba02fc8

Browse files
chore: apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8762dcc commit ba02fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/large_systems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ which is more automatic. The setup is very similar to before:
274274
using AlgebraicMultigrid
275275
276276
function algebraicmultigrid(W, p = nothing)
277-
return aspreconditioner(ruge_stuben(convert(AbstractMatrix, W))), LinearAlgebra.I
277+
return aspreconditioner(ruge_stuben(convert(AbstractMatrix, W))), LinearAlgebra.I
278278
end
279279
280280
@btime solve(prob_brusselator_2d_sparse,

0 commit comments

Comments
 (0)