From 32eda8230584197aea5ab6115b02d841cab4f628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Argos=29?= <stepan@adjemian.eu> Date: Mon, 2 Sep 2024 15:10:46 +0200 Subject: [PATCH] Add global oo_ . --- matlab/run_simulations.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matlab/run_simulations.m b/matlab/run_simulations.m index a534fe2..00e70c0 100644 --- a/matlab/run_simulations.m +++ b/matlab/run_simulations.m @@ -12,6 +12,8 @@ function run_simulations(model, stack_solve_algo, static_solve_algo, niter, ccri % Copyright © 2024 Dynare Team +global oo_ + id = 1:length(stack_solve_algo); jd = 1:length(static_solve_algo); -- GitLab