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
66a7884a
Commit
66a7884a
authored
Jan 31, 2011
by
Ferhat Mihoubi
Browse files
- Corrects the "if (~eval)" displayed with print option in bytecode
parent
3393eebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/bytecode/ErrorHandling.hh
View file @
66a7884a
...
...
@@ -2117,7 +2117,7 @@ print_expression(it_code_type it_code, bool evaluate, int size, int block_num, b
break
;
case
FJMPIFEVAL
:
tmp_out
.
str
(
""
);
tmp_out
<<
"if (evaluate)"
;
tmp_out
<<
"if (
~
evaluate)"
;
go_on
=
false
;
break
;
case
FJMP
:
...
...
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