Skip to content

Commit 1a98575

Browse files
authored
Bring back the kwargs - smoothed aggregation
This probably fixes a typo.
1 parent aba3184 commit 1a98575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aggregation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function smoothed_aggregation(A::TA,
2-
::Type{Val{bs}}=Val{1},
2+
::Type{Val{bs}}=Val{1};
33
symmetry = HermitianSymmetry(),
44
strength = SymmetricStrength(),
55
aggregate = StandardAggregation(),

0 commit comments

Comments
 (0)