Skip to content

Commit f4f649e

Browse files
committed
Fix link to PR in docstring
1 parent 198cc75 commit f4f649e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Dofs/sparsity_pattern.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,8 @@ end
698698
This sparsity does not currently support the full `AbstractSparsityPattern` interface,
699699
but is used as an internal fast-path for `allocate_matrix(MatrixType, dh)` for some
700700
supported `MatrixType`s. It can be extended in the future or potentially be merged
701-
with `SparsityPattern`. See #1302 for details.
701+
with `SparsityPattern`.
702+
See [#1302](https://github.com/Ferrite-FEM/Ferrite.jl/pull/1302) for details.
702703
703704
!!! warning "Internal"
704705
`FastSparsityPattern` is strictly internal and its interface and implementation

0 commit comments

Comments
 (0)