changed name of function called for normcdf

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2091 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
michel 2008-09-22 18:58:04 +00:00
parent ad67acacd9
commit ac09955176
1 changed files with 1 additions and 1 deletions

View File

@ -1571,7 +1571,7 @@ TrinaryOpNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
switch (op_code) switch (op_code)
{ {
case oNormcdf: case oNormcdf:
output << "pnorm("; output << "normcdf(";
break; break;
} }
arg1->writeOutput(output, output_type, temporary_terms); arg1->writeOutput(output, output_type, temporary_terms);