Skip to content

Commit 480c1d8

Browse files
Update src/scimlfunctions.jl
1 parent 3d99bb9 commit 480c1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ the usage of the `SplitFunction`. These include:
485485
as the prototype and integrators will specialize on this structure where possible. Non-structured
486486
sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the Jacobian.
487487
The default is `nothing`, which means a dense Jacobian.
488-
- `jac_prototype`: a prototype matrix matching the type that matches the W matrix. For example,
488+
- `W_prototype`: a prototype matrix matching the type that matches the W matrix. For example,
489489
if the Jacobian is tridiagonal, and the mass_matrix is diagonal, then an appropriately sized `Tridiagonal`
490490
matrix can be used as the prototype and integrators will specialize on this structure where possible. Non-structured
491491
sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the W matrix.

0 commit comments

Comments
 (0)