Skip to content

Commit

Permalink
Revert "use modfilejson["steady_state_model"]"
Browse files Browse the repository at this point in the history
This reverts commit 30773d8.
  • Loading branch information
MichelJuillard committed Dec 21, 2023
1 parent cbee56c commit 6fbfeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DynareParser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function make_context(modeljson, modfilename, commandlineoptions)
@debug "$(now()): get Modelfile"
modfileinfo = ModFileInfo(modfilename)
check_function_files!(modfileinfo, modfilename)
modfileinfo.has_steadystate_file = modeljson["steady_state_model"]
@debug "$(now()): get model"
dynamic_g2_sparse_indices = Vector{Vector{Int}}(get(modeljson,
"dynamic_g2_sparse_indices",
Expand Down

0 comments on commit 6fbfeaa

Please sign in to comment.