fix writing for julia

issue#70
Houtan Bastani 2015-07-27 17:32:59 +02:00
parent 2bb2682b50
commit dc955b56ee
1 changed files with 1 additions and 1 deletions

View File

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