From fb5518849d3c2486366e559ba10cb951a6701b56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 18 Jun 2019 15:33:56 +0200
Subject: [PATCH] Update comment following the renaming of the
 perfect_foresight_problem DLL

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

diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh
index ddd991fe..482e8c2b 100644
--- a/src/DynamicModel.hh
+++ b/src/DynamicModel.hh
@@ -366,7 +366,7 @@ public:
   void writeParamsDerivativesFile(const string &basename, bool julia) const;
 
   //! Writes file containing coordinates of non-zero elements in the Jacobian
-  /*! Used by the perfect_foresight_stacked_jacobian MEX */
+  /*! Used by the perfect_foresight_problem MEX */
   void writeDynamicJacobianNonZeroElts(const string &basename) const;
 
   //! Converts to nonlinear model (only the equations)
-- 
GitLab