From dd6fbfa3004e7e77cc07ff16fd9c51183c7d01d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 8 Jan 2021 19:00:47 +0100
Subject: [PATCH] =?UTF-8?q?Preprocessor:=20cleanup=20the=20=E2=80=9Coutput?=
 =?UTF-8?q?=E2=80=9D=20option?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Adapt the manual accordingly.

Closes: #1600
---
 doc/manual/source/running-dynare.rst | 6 +++---
 preprocessor                         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst
index 23ada78441..ca23b3dcb1 100644
--- a/doc/manual/source/running-dynare.rst
+++ b/doc/manual/source/running-dynare.rst
@@ -191,10 +191,10 @@ by the ``dynare`` command.
         Instructs Dynare to no create a logfile of this run in
         ``FILENAME.log.`` The default is to create the logfile.
 
-    .. option:: output=dynamic|first|second|third
+    .. option:: output=second|third
 
-       Instructs the preprocessor to output derivatives at the given
-       order. Only works when ``language=julia`` has been passed.
+       Instructs the preprocessor to output derivatives of the dynamic model at
+       least up to the given order.
 
     .. option:: language=matlab|julia
 
diff --git a/preprocessor b/preprocessor
index f5760c33ea..8e03f17350 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit f5760c33ea6e97c9c110be17a64547b0c91ee9b2
+Subproject commit 8e03f17350c1ee7f29afb15f934077c26ac182f6
-- 
GitLab