Skip to content
Snippets Groups Projects
Commit e65c4f97 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed indexing of params in steady state file.

parent e44d90ad
Branches
Tags
No related merge requests found
......@@ -91,7 +91,8 @@ enum ExprNodeOutputType
#define IS_JULIA(output_type) ((output_type) == oJuliaStaticModel \
|| (output_type) == oJuliaDynamicModel \
|| (output_type) == oJuliaDynamicSteadyStateOperator)
|| (output_type) == oJuliaDynamicSteadyStateOperator \
|| (output_type) == oJuliaSteadyStateFile)
#define IS_C(output_type) ((output_type) == oCDynamicModel \
|| (output_type) == oCDynamic2Model \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment