fix writing for julia

time-shift
Houtan Bastani 2015-07-27 17:32:59 +02:00
parent 25ae46e204
commit 1f2fad8c8d
1 changed files with 1 additions and 1 deletions

View File

@ -3057,7 +3057,7 @@ BinaryOpNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
output << "~="; output << "~=";
else else
{ {
if (IS_C(output_type)) if (IS_C(output_type) || IS_JULIA(output_type))
output << "!="; output << "!=";
else else
output << "\\neq "; output << "\\neq ";