From acd531b8d94ca13e7dc4d50daad18da279708076 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 23 Feb 2018 20:00:58 +0100
Subject: [PATCH] Fixed copy/paste error (value of pac_expectation's
 growth_type).

---
 ExprNode.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ExprNode.cc b/ExprNode.cc
index 687b6bde..cb6c94dc 100644
--- a/ExprNode.cc
+++ b/ExprNode.cc
@@ -7454,7 +7454,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
           output << "'exogenous';" << endl;
           break;
         case eParameter:
-          output << "'exogenous';" << endl;
+          output << "'parameter';" << endl;
           break;
         default:
           cerr << "pac_expectation: error encountered in growth type" << endl;
-- 
GitLab