Skip to content

Commit

Permalink
Fixing typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas authored Nov 2, 2021
1 parent 4e07410 commit 35668f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ function matrix_exchanger(values,row_exchanger,row_lids,col_lids)
li = row_lids.gid_to_lid[gi]
lj = col_lids.gid_to_lid[gj]
k = nzindex(values,li,lj)
@check k > 0 "The sparsity patern of the ghost layer is inconsistent"
@check k > 0 "The sparsity pattern of the ghost layer is inconsistent"
k_snd_data[p] = k
end
k_snd = Table(k_snd_data,ptrs)
Expand Down

0 comments on commit 35668f8

Please sign in to comment.