Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 19, 2023
1 parent 7ba42a5 commit 47c0c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function OrdinaryDiffEq.alg_cache(
E0, E1, E2 = Proj(0), Proj(1), Proj(2)
@assert f isa SciMLBase.AbstractODEFunction
SolProj = is_secondorder_ode ?
IsoKroneckerProduct(true, d, [Proj(1).B' Proj(0).B']'):Proj(0)
IsoKroneckerProduct(true, d, [Proj(1).B' Proj(0).B']') : Proj(0)
if !KRONECKER
E0, E1, E2 = Matrix(E0), Matrix(E1), Matrix(E2)
SolProj = Matrix(SolProj)
Expand Down

0 comments on commit 47c0c82

Please sign in to comment.