Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Apr 8, 2019
1 parent 62fcf02 commit e3744bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsematrixcsc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct AssemblerSparsityPattern{Tv,Ti}
end

"""
start_assemble(K::SparseMatrixCSC, [f::Vector])
start_assemble(K::SparseMatrixCSC, [f::Vector])
Create an `AssemblerSparsityPattern` from the sparsity pattern in `K`
and optionally a "force" vector.
Expand Down

0 comments on commit e3744bc

Please sign in to comment.