From 3c6d5126b3b5b2684ecd3984c17742fa726e7c89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 2 Dec 2021 18:15:12 +0100
Subject: [PATCH] PAC: fix comment

---
 src/DynamicModel.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh
index 8f7e2dac..1ce54fb8 100644
--- a/src/DynamicModel.hh
+++ b/src/DynamicModel.hh
@@ -545,7 +545,8 @@ public:
 
   /* For a PAC backward model, fill pac_expectation_substitution with the
      expression that will be substituted for the pac_expectation operator.
-     The symbol IDs of the new parameters are also added to pac_{h0,h1}_indices. */
+     The symbol IDs of the new parameters are also added to pac_aux_param_symb_ids.
+     The symbol ID of the new auxiliary variable is added to pac_aux_var_symb_ids. */
   void computePacBackwardExpectationSubstitution(const string &name,
                                                  const vector<int> &lhs,
                                                  int max_lag,
-- 
GitLab