Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Oct 16, 2023
1 parent 0dd195a commit 785c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steady_state/SteadyState.jl
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function homotopy_steady!(context::Context, homotopy_mode::HomotopyModes, homoto
elseif v.type == Dynare.Exogenous
startvalue = (ismissing(v.startvalue)) ? exogenous_steadystate[v.index] : v.startvalue
steps[i] = (v.endvalue - startvalue)/homotopy_steps
exogenous_seadystate[v.index] = startvalue
exogenous_steadystate[v.index] = startvalue
end
end
compute_steady_state!(context, maxit = maxit, nocheck = false, tolf = tolf)
Expand Down

0 comments on commit 785c626

Please sign in to comment.