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
Dynare
preprocessor
Commits
05441415
Verified
Commit
05441415
authored
Mar 15, 2019
by
Houtan Bastani
Browse files
pac: fix bug when checking for symb_ids
parent
9632b18c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ExprNode.cc
View file @
05441415
...
...
@@ -5661,7 +5661,7 @@ BinaryOpNode::getPacAREC(int lhs_symb_id, int lhs_orig_symb_id,
vid = vn1->symb_id;
lag = vn1->lag;
}
if (pid > 0 && vid > 0)
if (pid >
=
0 && vid >
=
0)
{
int vidorig = vid;
while (datatree.symbol_table.isAuxiliaryVariable(vid))
...
...
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