From f9ab3d913dffd59877adb17c636cfae8bd69a97e Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 22 Sep 2008 19:11:11 +0000
Subject: [PATCH] v4.0 merged trunk change from r2091 changesets

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2092 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 preprocessor/ExprNode.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preprocessor/ExprNode.cc b/preprocessor/ExprNode.cc
index 29099eeabc..0f540c0c94 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);
-- 
GitLab