diff --git a/preprocessor/ExprNode.cc b/preprocessor/ExprNode.cc index 29099eeabc502279f1372be5e9aade8924432563..0f540c0c9415c044058d4e577bb915cb68c2f060 100644 --- a/preprocessor/ExprNode.cc +++ b/preprocessor/ExprNode.cc @@ -1571,7 +1571,7 @@ TrinaryOpNode::writeOutput(ostream &output, ExprNodeOutputType output_type, switch (op_code) { case oNormcdf: - output << "pnorm("; + output << "normcdf("; break; } arg1->writeOutput(output, output_type, temporary_terms);