summaryrefslogtreecommitdiffstats
path: root/templates/generate_params_z.m
diff options
context:
space:
mode:
Diffstat (limited to 'templates/generate_params_z.m')
-rw-r--r--templates/generate_params_z.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/generate_params_z.m b/templates/generate_params_z.m
index 6d25f63..a7cfaa9 100644
--- a/templates/generate_params_z.m
+++ b/templates/generate_params_z.m
@@ -9,7 +9,6 @@
function [params_z] = generate_params_z(params)
% initialize params_z
params_z = params;
-% display(params.model);
% add initial condition of z-subsystem
params_z.model = rmfield(params_z.model,{'InitialConditionA', ...