From abf5a6553b1f8b50e8c15c0704fe927995ada4c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.eu>
Date: Wed, 21 Oct 2020 18:16:07 +0200
Subject: [PATCH] Removed useless subfield (only julia output).
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

TODO: Check that we can do the same in the matlab version…
---
 src/DynamicModel.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index 3ae47128..c07754b0 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -2935,7 +2935,7 @@ DynamicModel::writeDriverOutput(ostream &output, const string &basename, bool bl
       }
   else
     {
-      output << modstruct << "mapping.eqidx = Dict(\n";
+      output << modstruct << "mapping = Dict(\n";
       for (const auto &variable : variableMapping)
 	{
 	  output << "        \""
-- 
GitLab