From a35c1785a832b2cc6b800bff6afefa7d61a60219 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Tue, 4 Sep 2018 12:08:05 +0200
Subject: [PATCH] Cosmetic change.

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

diff --git a/src/ExprNode.cc b/src/ExprNode.cc
index 009c8084..10c47373 100644
--- a/src/ExprNode.cc
+++ b/src/ExprNode.cc
@@ -8516,7 +8516,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
   for (auto it : ec_params_and_vars.second.first)
       output << datatree.symbol_table.getTypeSpecificID(it) + 1 << " ";
   output << "];" << endl
-         << "M_.pac." << model_name << ".ec.is_endo = [";
+         << "M_.pac." << model_name << ".ec.isendo = [";
   for (auto it : ec_params_and_vars.second.second)
     output << (it ? "true" : "false") << " ";
   output << "];" << endl
-- 
GitLab