From cc65f82fd834b8643d6b34dca6d4a62f26ce5228 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 1 Jun 2018 15:06:31 +0200 Subject: [PATCH] fix typo in a648dc9e508fa7089650e7069996f6844a4c1a13 --- src/ExprNode.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExprNode.cc b/src/ExprNode.cc index 6491718a..14ed64a8 100644 --- a/src/ExprNode.cc +++ b/src/ExprNode.cc @@ -3147,7 +3147,7 @@ UnaryOpNode::substituteDiff(DataTree &static_datatree, diff_table_t &diff_table, else { // We know that the supported unary ops have already been substituted - cerr << "ERROR: You can only use the `diff` operator on variables and certain unary ops." + cerr << "ERROR: You can only use the `diff` operator on variables and certain unary ops." << endl << " Try passing the `transform_unary_ops` option on the dynare command line." << endl; exit(EXIT_FAILURE); }