From 432ce1d95f4859a4d8c721375de3f5873f3ae48d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Thu, 19 May 2016 21:32:19 +0200
Subject: [PATCH] Fixed indexing of params in steady state file.

---
 ExprNode.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ExprNode.hh b/ExprNode.hh
index 9cbf6225..5e5cfd68 100644
--- a/ExprNode.hh
+++ b/ExprNode.hh
@@ -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 \
-- 
GitLab