From 3d0989774b282fb2d875e9880be15e626cc69c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 27 Nov 2024 17:23:32 +0100 Subject: [PATCH] Add dseries output of perfect_foresight_with_expectation_errors_solver to the workspace --- src/ComputingTasks.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc index 5ffa0f27..817a35d6 100644 --- a/src/ComputingTasks.cc +++ b/src/ComputingTasks.cc @@ -283,7 +283,9 @@ PerfectForesightWithExpectationErrorsSolverStatement::writeOutput( [[maybe_unused]] bool minimal_workspace) const { options_list.writeOutput(output); - output << "oo_ = perfect_foresight_with_expectation_errors_solver(M_, options_, oo_);" << endl; + output << "[oo_, Simulated_time_series] = perfect_foresight_with_expectation_errors_solver(M_, " + "options_, oo_);" + << endl; } void -- GitLab