From b13e710e61d99f59f83bc8052f9cc971785c855a Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 4 Jun 2019 12:05:32 +0200
Subject: [PATCH] fix bug in deterministic simulation

---
 src/gui_determ_simulation.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui_determ_simulation.m b/src/gui_determ_simulation.m
index cd4dcc1..11e5a2c 100644
--- a/src/gui_determ_simulation.m
+++ b/src/gui_determ_simulation.m
@@ -172,7 +172,7 @@ handles.pushbuttonCommandDefinition = uicontrol( ...
             'Position', [0.02 0.10 0.96 0.6], ...
             'ColumnName', {'Shock', 'Start', 'End', 'Value', 'Expect date', 'Unanticipated', 'Permanent', 'Remove'}, ...
             'ColumnFormat', {'char', 'numeric', 'numeric', 'char', 'numeric', 'logical', 'logical', 'logical' }, ...
-            'ColumnEditable', {false, true, true, true, true, true, true, true}, ...
+            'ColumnEditable', [false, true, true, true, true, true, true, true], ...
             'RowName', [], ...
             'CellEditCallback', @savedata);
 
-- 
GitLab