From 31dfe2a6b6d32f23b2463844803aa3ae133e0bb0 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 25 Aug 2017 14:19:48 +0200 Subject: [PATCH] Add nopreprocessoroutput option to dynare. Closes #1390 --- DynareMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynareMain.cc b/DynareMain.cc index 5e5ff6ca..bee2ce3a 100644 --- a/DynareMain.cc +++ b/DynareMain.cc @@ -62,7 +62,7 @@ usage() #if defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__) << " [cygwin] [msvc] [mingw]" #endif - << " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple] [nopathchange]" + << " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple] [nopathchange] [nopreprocessoroutput]" << endl; exit(EXIT_FAILURE); }