diff --git a/src/ExprNode.cc b/src/ExprNode.cc index f3f11156..6491718a 100644 --- a/src/ExprNode.cc +++ b/src/ExprNode.cc @@ -3147,7 +3147,8 @@ UnaryOpNode::substituteDiff(DataTree &static_datatree, diff_table_t &diff_table, else { // We know that the supported unary ops have already been substituted - cerr << "you can only use the `diff` operator on variables and certain unary ops" << endl; + cerr << "ERROR: You can only use the `diff` operator on variables and certain unary ops." + << " Try passing the `transform_unary_ops` option on the dynare command line." << endl; exit(EXIT_FAILURE); }