Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 11, 2023
1 parent 6ec50f5 commit 739a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function get_differential_vars(f, u)

if mm isa UniformScaling
return nothing
elseif !(mm isa SciMLOperators.AbstractSciMLOperators) && isdiag(mm)
elseif !(mm isa SciMLOperators.AbstractSciMLOperator) && isdiag(mm)
differential_vars = reshape(diag(mm) .!= 0, size(u))
else
return DifferentialVarsUndefined()
Expand Down

0 comments on commit 739a16d

Please sign in to comment.