diff --git a/src/gui_determ_simulation.m b/src/gui_determ_simulation.m
index cd4dcc1cd0d5df4230b5af06df94f14b9977bbba..11e5a2c07738b11443c7998ebbe7b6822a7c53c6 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);