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, 1 insertions, 0 deletions
diff --git a/templates/generate_params_z.m b/templates/generate_params_z.m
index a7cfaa9..6d25f63 100644
--- a/templates/generate_params_z.m
+++ b/templates/generate_params_z.m
@@ -9,6 +9,7 @@
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', ...