Skip to content

Commit 69c9943

Browse files
committed
bugfix: mixed RugeStuben and SmoothedAgg
1 parent 74b28ea commit 69c9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preconbuilders.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct RugeStubenPreconBuilder{Tk}
100100
end
101101

102102
function RugeStubenPreconBuilder(; blocksize = 1, kwargs...)
103-
return SmoothedAggregationPreconBuilder(blocksize, kwargs)
103+
return RugeStubenPreconBuilder(blocksize, kwargs)
104104
end
105105

106106
(::RugeStubenPreconBuilder)(A, p) = error("import AlgebraicMultigrid in order to use RugeStubenAMGBuilder")

0 commit comments

Comments
 (0)