diff --git a/preprocessor/ExprNode.cc b/preprocessor/ExprNode.cc index b01d1ebc498087e8ba5899c3c76ed25cce5b5fea..19f79bdab3de699b87d42cfbb996b37983bc2371 100644 --- a/preprocessor/ExprNode.cc +++ b/preprocessor/ExprNode.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Dynare Team + * Copyright (C) 2007-2013 Dynare Team * * This file is part of Dynare. * @@ -5173,7 +5173,7 @@ SecondDerivExternalFunctionNode::computeTemporaryTerms(map<expr_t, int> &referen expr_t SecondDerivExternalFunctionNode::computeDerivative(int deriv_id) { - cerr << "ERROR: SecondDerivExternalFunctionNode::computeDerivative(). Not implemented" << endl; + cerr << "ERROR: third order derivatives of external functions are not implemented" << endl; exit(EXIT_FAILURE); }