Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
67370777
Commit
67370777
authored
Jan 15, 2013
by
Sébastien Villemot
Browse files
Improve error message for 3rd derivatives of external functions
parent
9334d762
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ExprNode.cc
View file @
67370777
/*
* Copyright (C) 2007-201
2
Dynare Team
* Copyright (C) 2007-201
3
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:
SecondDerivE
xternal
F
unction
Node::computeDerivative(). N
ot implemented"
<<
endl
;
cerr
<<
"ERROR:
third order derivatives of e
xternal
f
unction
s are n
ot implemented"
<<
endl
;
exit
(
EXIT_FAILURE
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment