Skip to content

Commit

Permalink
bugfix don't use orefix in lhs
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Feb 27, 2024
1 parent a428e54 commit d625fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function lhs(p::Process)
elseif τ isa NoTimeDerivative || iszero(τ) # no time variability
return v
else # τ is either Num or Real
τvar = new_derived_named_parameter(v, τ, "τ", false)
τvar = new_derived_named_parameter(v, τ, "τ")
return τvar*D(v)
end
end
Expand Down

0 comments on commit d625fff

Please sign in to comment.