#101: Preprocessor crashes when some dynamic variables appear only in unused model local variables --------------------------+------------------------------------------------- Reporter: sebastien | Owner: sebastien Type: bug | Status: new Priority: minor | Milestone: Component: Preprocessor | Version: 4.1.1 Keywords: | --------------------------+------------------------------------------------- See http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2592
The fix is probably to add calls to ExprNode::collectVariables() on model local variables from DynamicModel::computeDerivIDs()
#101: Preprocessor crashes when some dynamic variables appear only in unused model local variables ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: sebastien Type: bug | Status: closed Priority: minor | Milestone: Component: Preprocessor | Version: 4.1.1 Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: new => closed * resolution: => fixed
Comment:
Fixed in 3068fbda8fa3946aba1d7df52a2c905d8e1ee87d (master) and dc1ffe019a5778e4735e089d7b0c5d5c1587cee3 (4.1)