@@ -1423,7 +1423,7 @@ end
1423
1423
function consistent (A:: PSparseMatrix ,rows_co;kwargs... )
1424
1424
@assert A. assembled
1425
1425
T = eltype (partition (A))
1426
- psparse_consitent_impl (A,T,rows_co;kwargs... )
1426
+ psparse_consistent_impl (A,T,rows_co;kwargs... )
1427
1427
end
1428
1428
1429
1429
"""
@@ -1432,10 +1432,10 @@ end
1432
1432
function consistent! (B:: PSparseMatrix ,A:: PSparseMatrix ,cache)
1433
1433
@assert A. assembled
1434
1434
T = eltype (partition (A))
1435
- psparse_consitent_impl ! (B,A,T,cache)
1435
+ psparse_consistent_impl ! (B,A,T,cache)
1436
1436
end
1437
1437
1438
- function psparse_consitent_impl (
1438
+ function psparse_consistent_impl (
1439
1439
A,
1440
1440
:: Type{<:AbstractSplitMatrix} ,
1441
1441
rows_co;
@@ -1576,7 +1576,7 @@ function psparse_consitent_impl(
1576
1576
end
1577
1577
end
1578
1578
1579
- function psparse_consitent_impl ! (B,A,:: Type{<:AbstractSplitMatrix} ,cache)
1579
+ function psparse_consistent_impl ! (B,A,:: Type{<:AbstractSplitMatrix} ,cache)
1580
1580
function setup_snd (A,cache)
1581
1581
k_snd_data = cache. k_snd. data
1582
1582
V_snd_data = cache. V_snd. data
0 commit comments